Y
Hacker News
new
|
ask
|
show
|
jobs
by
mattetti
3666 days ago
yes buffered io, you use readers to read/write small chunks at a time instead of loading everything at once. Go offers way to do both since in some cases, such as loading an entire file in memory can be fine/better/faster.