]> gitweb.factorcode.org Git - factor.git/commit
io.streams.counting: Add a stream type that counts bytes.
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 1 Apr 2021 03:18:19 +0000 (22:18 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 1 Apr 2021 03:19:15 +0000 (22:19 -0500)
commit05064a2fc0e0d61917b7abc8d2095aede34f9496
tree8fa52f70144e2d5aa749b5012f0a68d387650f95
parenta3149b534c254eb29d18ecb29adc8ce0330d1be7
io.streams.counting: Add a stream type that counts bytes.

I would like for this to be more composable and output the counts in a better way.
extra/io/streams/counting/authors.txt [new file with mode: 0644]
extra/io/streams/counting/counting-tests.factor [new file with mode: 0644]
extra/io/streams/counting/counting.factor [new file with mode: 0644]