Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
conaclos
66 days ago
|
parent
|
context
|
favorite
| on:
Optimizing a Math Expression Parser in Rust
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
66 days ago
[–]
A math expression is basically a tree but represented here as a string in a way that's probably impossible to stream.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: