Hacker News new | ask | show | jobs
by tome 759 days ago
I haven't seen a good use case for the lazy ones, versus some sort of iterator around chunks of strict ones.
1 comments

The lazy ones are convenient when I want to write a quick, small script to deal with a small number of large files.