Note on usefulness of streams as distinct from lists

This commit is contained in:
Tony Garnock-Jones 2012-05-27 14:40:19 +01:00
parent 282f60e2c6
commit 198d62c22a
1 changed files with 5 additions and 0 deletions

View File

@ -78,3 +78,8 @@ is equivalent to
"Having metrics around as many things as possible really helped us
identify a difficult problem to diagnose."
-- https://github.com/blog/767-recent-services-interruptions
@DRMacIver suggests that streaming is useful in a codec, but that it
should be distinct from lists; this is a really nice idea! The ideal
codec, then, would support dictionaries, lists, and *streams* as a
distinct kind of thing.