top | item 44519768

(no title)

conaclos | 7 months 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.

discuss

order

dominicrose|7 months ago

A math expression is basically a tree but represented here as a string in a way that's probably impossible to stream.