Skip to content

Commit

Permalink
stream: introduce Body
Browse files Browse the repository at this point in the history
This introduce a new stream primitive called Body which helps
with performance, ergonomics and compatibility when working
with different types of data producers and consumers.

Using Body it will be possible to delay converting streamlike
objects as long as possible and enable some optimizations where
we can avoid e.g. intermediate node streams.
  • Loading branch information
ronag committed Jul 22, 2021
1 parent f1d3533 commit 66d5378
Show file tree
Hide file tree
Showing 5 changed files with 455 additions and 227 deletions.
Loading

0 comments on commit 66d5378

Please sign in to comment.