Skip to content

Commit 052f663

Browse files
author
James Halliday
committed
Merge branch 'master' of github.com:cyberwizardinstitute/workshops
2 parents 5291b96 + f3c7a07 commit 052f663

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)