/par-stream

Asynchronous parallel stream in Rust

Primary LanguageRustMIT LicenseMIT

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.