cfsamson / articles-atomics-in-rust
Repository for the article Explaining Atomics in Rust
☆30Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for articles-atomics-in-rust
- Small examples to explain Futures, Waker, Tasks in Rust☆62Updated 3 years ago
- Define your own PhantomData☆147Updated 2 weeks ago
- A fast and flexible LRU map.☆171Updated 6 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆115Updated 5 months ago
- ☆21Updated last year
- Lints for kernel or embedded system development.☆97Updated this week
- Experiments with structured concurrency in Rust☆317Updated 4 months ago
- Library and tools for managing ecosystem wide call graphs and llvm-ir analysis☆158Updated 6 months ago
- Cargo extension for running Criterion.rs benchmarks☆187Updated 4 months ago
- A lightweight version of pin-project written with declarative macros.☆227Updated this week
- Deadlock free mutexes☆148Updated 4 months ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆255Updated 2 years ago
- Inter-event timing metrics on top of tracing.☆113Updated 9 months ago
- a lock-free concurrent slab (experimental)☆274Updated 3 months ago
- A wrapper around Rust futures that stores the future in space provided by the caller.☆296Updated last year
- Support crate for rustc's self-profiling feature☆338Updated 5 months ago
- ☆185Updated 9 months ago
- Skiplist implementation in rust☆92Updated last year
- Asynchronous access to a bincode-encoded item stream.☆67Updated last week
- Performant time measuring in Rust☆172Updated 8 months ago
- Pillars for Transactional Systems and Data Grids☆130Updated 7 months ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆176Updated last month
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆213Updated 3 years ago
- Async fundamentals initiative: portable and interoperable☆75Updated last year
- ☆93Updated last year
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆180Updated 3 years ago
- ☆112Updated last year
- Discovering and describing Rust's design axioms☆68Updated 7 months ago
- This is a Rust implementation for popular caches (support no_std).☆104Updated 6 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆188Updated 2 weeks ago