Hacker News new | ask | show | jobs
by lelanthran 250 days ago
Maybe I missed it, but ITT we were talking about C buffers, not buffered reads.
1 comments

I thought we were talking about high performance parsing. Of which buffered reads are one. Other is loading entire document into mutable memory, which also has limitations.