zug

Transducers for C++

Version

0.1.1-1
(2023-12-02)

Size

37.4

KiB

Repository

HaikuPorts
x86_64
zug is a C++ library providing transducers. Transducers are composable sequential transformations independent of the source. They are extremely lightweight, and can be used to express algorithms over pull-based sequences (iterators, files) but also push based sequences (signals, events, asynchronous streams) in a generic way.