juliangruber / juliangruber/async-stream
what about when you *need* a parallel operation
Open
- Dominant language
- No language data
- Stars
- 133
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
say, a merge stream,
that takes N sorted streams and merges them into one stream?
(it would pull from each stream, but output chunks in correct order -
for example, to do a merge sort, or LSMT compaction)
A simpler one would just to merge multiple streams into one, but not control the order.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.