Skip to content

Commit 4b8d9f3

Browse files
committed
[minor] add another justification to streams.md
1 parent a366708 commit 4b8d9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streams.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ With streams, we can operate on data chunk by chunk, without
5757
buffering everything into memory.
5858

5959
This means we can write programs that operate on very large
60-
files!
60+
files or lazily evaluate network data as it arrives!
6161

6262
It also means we can have hundreds or thousands of
6363
concurrent streams without using much memory.

0 commit comments

Comments
 (0)