async-stream
async-stream copied to clipboard
add benchmarks
excellent idea by @dominictarr.
compare with:
- node core stream 2
- node core stream 1
- pull stream
- pull stream without libs
- minstream
- minstream without libs
- reducers
what would you actually benchmark? idea: perf as the chain of streams gets longer?
i was thinking about benchmarking
- throughput with 1, 2, ..., x streams in a chain
- foodprint as backpressure applies
sounds good
no priority for me atm though, so for whoever feels like it :)
help wanted:tm: a test suite comparing multiple or all stream implementations in efficiency / performance.