Y
Hacker News
new
|
ask
|
show
|
jobs
by
nwellnhof
2412 days ago
Tail call optimization wouldn't help with parsing JSON.
1 comments
imtringued
2412 days ago
Usually the solution is to create an array on the heap and manage the stack yourself.
link