Rust Parallelism

Open-source Rust projects categorized as Parallelism

Top 3 Rust Parallelism Projects

  • crossbeam

    Tools for concurrent programming in Rust

  • Project mention: Hyperbridge: Fast multi-producer, multi-consumer unbounded channel in Rust | news.ycombinator.com | 2024-02-09

    Crossbeam isn't async[0]. It can multiplex with itself (via the `select!` macro), but not with anything else.

    [0]: https://github.com/crossbeam-rs/crossbeam/issues/896

  • rust-threadpool

    A very simple thread pool for parallel task execution

  • Project mention: Any alternative threadpool to rayon? | /r/rust | 2023-05-12

    threadpool: Requires a channel to send back results. `join` will deadlock if called within the pool.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • parquet2

    Fastest and safest Rust implementation of parquet. `unsafe` free. Integration-tested against pyarrow

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-02-09.

Rust Parallelism related posts

Index

What are some of the best open-source Parallelism projects in Rust? This list will help you:

Project Stars
1 crossbeam 6,816
2 rust-threadpool 527
3 parquet2 347
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com