6 ms·
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
by conaclos 1y 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.
- dominicrose 1y agoA math expression is basically a tree but represented here as a string in a way that's probably impossible to stream.