Stack Explorer

Rayon

async

Data parallelism library for Rust

800K/week → Stable

Features

parallelismdata-parallelthreadsiterators

Pros and Cons

Ventajas

  • + Parallelism with one line change
  • + Elegant parallel iterators
  • + Efficient work-stealing
  • + Zero-cost when not used
  • + API similar to standard iterators

Desventajas

  • - Only for data parallelism
  • - Not for async I/O
  • - Overhead on small tasks

Use Cases

  • Large dataset processing
  • Scientific computing
  • Collection transformations
  • CPU-bound parallelism
  • Data pipelines

Tecnologías Relacionadas

Compatible with