rayon

Parallelism library

A data parallelism library for Rust

Rayon: A data parallelism library for Rust

GitHub

11k stars
104 watching
501 forks
Language: Rust
last commit: 24 days ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
grosser/parallel Parallel processing made simple and fast in Ruby 4,168
aaronriekenberg/rust-parallel An asynchronous command-line application that runs commands in parallel, aggregates outputs, and provides various features for efficient execution. 163
grosser/parallel_tests Tool for parallelizing and optimizing tests in Ruby-based applications 3,387
parallel-js/parallel.js A utility library for parallel computing in JavaScript, utilizing Web Workers and child processes to simplify concurrent execution of tasks. 3,232
crossbeam-rs/crossbeam A collection of tools and utilities for writing concurrent programs in Rust. 7,449
async-rs/async-std An async version of the Rust standard library with modern features and complete parity with the original API. 3,966
teaentitylab/fprust A set of Rust libraries and frameworks implementing functional programming concepts with a focus on concurrency and asynchronous programming 119
bheisler/criterion.rs A library that provides a powerful and statistically rigorous tool for measuring code performance and detecting regressions 4,616
marcoonroad/sporadic A set of abstractions for concurrency and asynchronous programming in JavaScript 18
sycamore-rs/sycamore A Rust library for creating reactive web applications with fine-grained reactivity and WebAssembly 2,876
ruby-concurrency/concurrent-ruby A modern concurrency library for Ruby providing tools and abstractions for writing concurrent code safely and efficiently. 5,707
janestreet/rpc_parallel A type-safe library for building parallel applications by providing a safe and efficient way to create concurrent RPC (Remote Procedure Call) interfaces. 47
rigtorp/seqlock An implementation of a lock-free concurrency primitive in C++11. 188
kanwei/algorithms A comprehensive library of algorithms and data structures in Ruby 2,669
dpc/mioco Re-implementation of an asynchronous programming system with green threads for Rust. 146