SaaSHub helps you find the best software and product alternatives Learn more →
Rayon Alternatives
Similar projects and alternatives to rayon
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
adventofcode
Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 and 2025 in Scala (by sim642)
-
ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
-
tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
-
-
-
-
-
-
-
-
-
-
-
maturin
Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better rayon alternative or higher similarity.
rayon discussion
rayon reviews and mentions
Posts with mentions or reviews of rayon.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-06-02.
-
Goroutines in Rust
That's it. Everything else — async/await, actors, work-stealing executors, lock-free data structures — lives in the ecosystem (tokio, rayon, crossbeam, actix, etc.).
-
I built a Rust replacement for ccusage — 1,742x faster, near-zero overhead
Cold-start uses mmap + Rayon to walk session files in parallel. Lines without token-usage fields get skipped before serde ever touches them — most JSONL lines (thinking blocks, plain text content) don't carry usage, so this single filter is a meaningful win.
-
From Futures to Runtimes: How Async Rust Actually Works
This piece will focus specially on leveraging concurrency in async Rust for blocking I/O. If you want to learn more about parallelism for CPU-bound workloads take a look at rayon.
-
Parsing 2 GiB/s of AI token logs with Rust + simd-json
A single-threaded parser hit ~1 GiB/s. But with 9,000+ files, we can parallelize at the file level trivially using rayon:
- Fork Union: Beyond OpenMP in C++ and Rust?
-
Open source: ImageKit, a Rust-based tool for batch image compression and watermarking.
⚡ Blazing Fast Performance: Utilizes the Rayon library to process images in parallel, taking full advantage of multi-core CPUs.
-
Build Lightning-Fast Data Processing in Rust: From Single Thread to Parallel Performance
Rayon Crate
- Rayon: Data-race free parallelization of sequential computations in Rust
- Too Dangerous for C++
-
Which application/problem would you choose for presenting Rust to newcomers in 1h30min?
Do some operations with .iter() then later use rayon to parallelize. So you can show how easy is to add a dependency and how easy is to parallelize.
-
A note from our sponsor - SaaSHub
www.saashub.com | 6 Jun 2026
Stats
Basic rayon repo stats
74
13,042
8.0
about 1 month ago
rayon-rs/rayon is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of rayon is Rust.