par-stream

Crates.iopar-stream
lib.rspar-stream
version0.10.2
sourcesrc
created_at2020-12-05 14:59:06.517678
updated_at2022-02-10 21:15:26.144916
descriptionAsynchronous parallel streams analogous to rayon
homepagehttps://github.com/jerry73204/par-stream
repositoryhttps://github.com/jerry73204/par-stream.git
max_upload_size
id319849
size282,785
(jerry73204)

documentation

https://docs.rs/par-stream/

README

par-stream: Asynchronous Parallel Stream Processing

par-stream is an asynchronous parallel stream processing library for Rust.

[ crates.io | API Docs ]

Examples

  • Ordered parallel processing dataflow (code)
  • Unordered parallel processing dataflow (code)
  • Scatter and gather (code)
  • Parallel merge-sort (code)
  • Parallel shuffle (code)

Visit the examples directory to explore more examples.

License

MIT License. See LICENSE file.

Commit count: 264

cargo fmt