crossbeam

Concurrent programming toolkit

A collection of tools and utilities for writing concurrent programs in Rust.

Tools for concurrent programming in Rust

GitHub

8k stars
81 watching
473 forks
Language: Rust
last commit: 2 months ago
Linked from 2 awesome lists

concurrencydata-structureslock-freeparallelismrustsynchronizationthreads

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
rust-osdev/cargo-xbuild Automates cross-compilation of sysroot crates for Rust projects 259
rayon-rs/rayon A data parallelism library for Rust 11,219
ruby-concurrency/concurrent-ruby A modern concurrency library for Ruby providing tools and abstractions for writing concurrent code safely and efficiently. 5,711
marcoonroad/sporadic A set of abstractions for concurrency and asynchronous programming in JavaScript 18
sagiegurari/cargo-make A tool that automates the build process for Rust projects 2,614
concurrencykit/ck A set of libraries and data structures designed to simplify the development of high-performance concurrent systems in C. 2,409
khizmax/libcds A C++ library of concurrent data structures for lock-free and lock-based containers with thread-safe iterators. 2,571
andyobtiva/opal-async A Ruby library providing non-blocking iteration methods and tasks to manage concurrent execution of small code chunks 9
pistondevelopers/conrod A 2D GUI library written entirely in Rust for creating easy-to-use graphical user interfaces. 3,353
seed-rs/seed A Rust framework for building fast and reliable web apps with an Elm-like architecture. 3,808
rustcc/coroutine-rs Provides an implementation of cooperative multitasking in Rust 412
cameron314/concurrentqueue A fast and fully thread-safe lock-free queue implementation for C++ 10,134
microsoft/windows-rs A library that provides Rust bindings for calling Windows APIs. 10,797
ratatui/ratatui A Rust crate for creating simple and flexible text-based user interfaces in the terminal. 11,247
async-rs/async-std An async version of the Rust standard library with modern features and complete parity with the original API. 3,971