crossbeam
Concurrent programming toolkit
A collection of tools and utilities for writing concurrent programs in Rust.
Tools for concurrent programming in Rust
7k stars
81 watching
470 forks
Language: Rust
last commit: 25 days ago
Linked from 2 awesome lists
concurrencydata-structureslock-freeparallelismrustsynchronizationthreads
Related projects:
Repository | Description | Stars |
---|---|---|
rust-osdev/cargo-xbuild | Automates cross-compilation of sysroot crates for Rust projects | 258 |
rayon-rs/rayon | A data parallelism library for Rust | 11,135 |
ruby-concurrency/concurrent-ruby | A modern concurrency library for Ruby providing tools and abstractions for writing concurrent code safely and efficiently. | 5,710 |
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,603 |
concurrencykit/ck | A set of libraries and data structures designed to simplify the development of high-performance concurrent systems in C. | 2,404 |
khizmax/libcds | A C++ library of concurrent data structures for lock-free and lock-based containers with thread-safe iterators. | 2,568 |
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,350 |
seed-rs/seed | A Rust framework for building fast and reliable web apps with an Elm-like architecture. | 3,806 |
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,064 |
microsoft/windows-rs | Provides Rust language bindings and utilities to interact with the Windows operating system. | 10,509 |
ratatui/ratatui | A Rust crate for building terminal user interfaces | 10,979 |
async-rs/async-std | An async version of the Rust standard library with modern features and complete parity with the original API. | 3,967 |