Y
Hacker News
new
|
ask
|
show
|
jobs
by
conaclos
337 days ago
I am a bit surprised that the author didn't try to implement a stream parser. This could avoid loading the entire file in memory or relying on OS features like memory-mapped files.
1 comments
dominicrose
337 days ago
A math expression is basically a tree but represented here as a string in a way that's probably impossible to stream.
link