Last weekend I released parallel-stream, a
data parallelism library for async std. It’s to
streams, the
way rayon is to
iterators. This is an
implementation of a design I wrote about
earlier.
The way parallel-stream works is that instead of calling
in…
Read More
News Parallel-Stream