Hacker News new | ask | show | jobs
by FreeFull 814 days ago
You can easily hit a similar problem in other languages too. For example, in Rust, std::fs::File isn't buffered, so reading single bytes from it will also be rather slow.