THANK YOU! Recursion is the thing that sold bun for me #1889
the-main-thing
started this conversation in
Show and tell
Replies: 1 comment
-
Oh, nevermind)) I just ran some actual code, not synthetic test. And it failed with max call stack. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I love using recursion. But in node this is dangerous, because there is a limit for recursion depth.
In bun I just did more than 130 000 levels deep recursion and it is amazing!
I don't usually need that much deepness, but it is nice to see that I am able not to worry and just use the tool I like.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions