Amanieu / atomic-rsLinks
Generic Atomic<T> type for Rust
☆245Updated 3 months ago
Alternatives and similar repositories for atomic-rs
Users that are interested in atomic-rs are comparing it to the libraries listed below
Sorting:
- Per-object thread-local storage for Rust☆362Updated 2 months ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆312Updated 5 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆185Updated last month
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 4 years ago
- Conditional compilation according to rustc compiler version☆389Updated this week
- A thread pool for isolating blocking I/O in async programs☆372Updated 3 months ago
- A library for creating references that carry their owner with them.☆381Updated 2 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆268Updated last month
- Async stream for Rust and the futures crate.☆189Updated 2 weeks ago
- Async synchronization primitives☆277Updated last week
- Procedural macros in expression position☆204Updated 3 years ago
- Manual segmented stacks for Rust☆328Updated last month
- rust stackful generator library☆357Updated this week
- ☆212Updated 3 months ago
- a lock-free concurrent slab (experimental)☆302Updated 11 months ago
- A simple bitset container for Rust☆158Updated 5 months ago
- offsetof for Rust☆229Updated last year
- Easy function multiversioning for Rust☆251Updated last year
- Statically-checked alternatives to RefCell and RwLock☆384Updated 3 months ago
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- A lightweight version of pin-project written with declarative macros.☆263Updated 2 weeks ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>