⋯
·4 min read
Introducing Conduit: Lazy Sequences for C++
Conduit is a header-only library that leverages the Coroutine TS to introduce lazy sequences to C++, enabling concise infinite-sequence programming with zero-cost abstractions.
Tag
3 posts tagged with this.
Conduit is a header-only library that leverages the Coroutine TS to introduce lazy sequences to C++, enabling concise infinite-sequence programming with zero-cost abstractions.
A header-only C++ library that leverages the Coroutine TS to bring lazy sequences to C++ — infinite sequences, sequence transformations, and zero-cost abstractions.
One motivating example where lazy sequences enable you to separate your concerns and maximize code reuse — without increasing complexity.
All tags