The performance test sums all even numbers below 1000000. This library is very slow. Using tranducers, calculating that problem takes twice as much time compared to the version that uses a simple for ...
Transducers are composable algorithmic transformations. They are independent from the context of their input and output sources and specify only the essence of the transformation in terms of an ...