Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
steveklabnik
5y ago
0 comments
Save
Share
Often, slow file reading means that you didn't use a BufReader, and are making more system calls than you need to.
0 comments
1 comments · 1 top-level
top
newest
oldest
kryps
5y ago
Tip: Rust BufReaders default to 8KiB buffers which are way too small for high-performance sequential NVME I/O.
j
/
k
navigate · click thread line to collapse