Rust Parallelism

Open-source Rust projects categorized as Parallelism

Top 3 Rust Parallelism Projects

  • crossbeam

    Tools for concurrent programming in Rust

    Project mention: Where can I read about how to write a safe API for unsafe code? | /r/rust | 2023-09-16

    Shooting from the hip, crossbeam might be a good candidate for understanding the thread safety aspects of Rust. I kind of feel like this is probably "too big" of a project if you're just learning, but I can't think of something smaller off the top of my head that would be suitable.

  • 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.

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • parquet2

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

    Project mention: Rust is showing a lot of promise in the DataFrame / tabular data space | /r/rust | 2022-10-04

    [arrow2](https://github.com/jorgecarleitao/arrow2) and [parquet2](https://github.com/jorgecarleitao/parquet2) are great foundational libraries for and DataFrame libs in Rust.

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 2023-09-16.

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,334
2 rust-threadpool 506
3 parquet2 312
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
www.sonarlint.org