Amanieu / atomic-rsLinks
Generic Atomic<T> type for Rust
☆243Updated last month
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☆358Updated last month
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆308Updated 3 months ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- Procedural macros in expression position☆204Updated 2 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆180Updated last year
- Async synchronization primitives☆275Updated 2 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆262Updated this week
- A library for creating references that carry their owner with them.☆378Updated 2 years ago
- Conditional compilation according to rustc compiler version☆385Updated last month
- Async stream for Rust and the futures crate.☆188Updated last month
- a lock-free concurrent slab (experimental)☆301Updated 10 months ago
- offsetof for Rust☆228Updated last year
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- Manual segmented stacks for Rust☆327Updated 2 weeks ago
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆186Updated 2 weeks ago
- A thread pool for isolating blocking I/O in async programs☆368Updated 2 months ago
- rust stackful generator library☆351Updated last month
- ☆209Updated 2 months ago
- Statically-checked alternatives to RefCell and RwLock☆383Updated last month
- A lightweight version of pin-project written with declarative macros.☆259Updated 2 weeks ago
- A simple bitset container for Rust☆155Updated 4 months ago
- A Vec of Bits☆181Updated 2 months ago
- Fast function for printing integer primitives to a decimal string☆348Updated 3 weeks ago
- A HashMap wrapper that holds key-value pairs in insertion order☆176Updated last year
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 4 months ago
- A scope for async_std and tokio to spawn non-static futures☆152Updated last year
- A typesafe store keyed by types and containing different types of values.☆179Updated 6 years ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆136Updated 5 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated last week
- Define your own PhantomData☆158Updated this week