Our great sponsors
-
See also Tuupertunut/rust-generator-benchmark
-
A warning though: genawaiter doesn't seem to be maintained. The last commit is 2 years old, and issues are not active (I opened one that I find somewhat critical: https://github.com/whatisaphone/genawaiter/issues/35).
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
streaming
An optimized general monad transformer for streaming applications, with a simple prelude of functions
There are plenty of generator-like libraries for haskell: pipes; whatever snoyman's alternative to pipes was (conduit, I think); streaming; and more.