https://github.com/loopperfect/conduit
Lazy High Performance Streams using Coroutine TS
Conduit is a utility library for building and transforming, ranges and lazy (infinite) iterable sequences.
Conduit's goals are:
- Expressivity
- Composability
- Performance
These are attained by adopting a monadic interface that leverages zero-cost abstractions.
For more information, head over to our github or read our blogpost
Top comments (0)