Amanieu / atomic-rsLinks
Generic Atomic<T> type for Rust
☆237Updated 2 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:
- Procedural macros in expression position☆203Updated 2 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆180Updated last year
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- Per-object thread-local storage for Rust☆351Updated 3 weeks ago
- ☆205Updated last week
- Async stream for Rust and the futures crate.☆186Updated this week
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆303Updated last month
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- Async synchronization primitives☆270Updated 2 weeks ago
- Manual segmented stacks for Rust☆319Updated 4 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆252Updated 2 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆89Updated 2 months ago
- Conditional compilation according to rustc compiler version☆375Updated 2 weeks ago
- offsetof for Rust☆229Updated last year
- a lock-free concurrent slab (experimental)☆294Updated 8 months ago
- rust stackful generator library☆347Updated 3 weeks ago
- A simple bitset container for Rust☆148Updated 2 months ago
- A library for creating references that carry their owner with them.☆377Updated last year
- Easy function multiversioning for Rust☆236Updated 9 months ago
- A thread pool for isolating blocking I/O in async programs☆361Updated last week
- A typesafe store keyed by types and containing different types of values.☆179Updated 6 years ago
- Statically-checked alternatives to RefCell and RwLock☆371Updated last year
- Scroll - making scrolling through buffers fun since 2016☆176Updated this week
- A thread-safe & efficient memory pool☆169Updated last year
- skiplist☆142Updated 3 years ago
- A lightweight version of pin-project written with declarative macros.☆254Updated last week
- A minimalistic async/await executor for Rust☆234Updated last year
- ☆216Updated last month
- A HashMap wrapper that holds key-value pairs in insertion order☆174Updated last year
- Run closures in parallel☆114Updated 7 months ago