blasrodri / atomic-storyLinks
Understanding how atomics and memory ordering work
☆13Updated 3 years ago
Alternatives and similar repositories for atomic-story
Users that are interested in atomic-story are comparing it to the libraries listed below
Sorting:
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- A Configuration Library for Rust Applications☆39Updated 2 months ago
- (lifetime) GATs on stable Rust☆59Updated last year
- A high-performance SPSC bounded circular buffer of bytes☆47Updated 2 months ago
- Additional utilities around the bytes crate☆19Updated last month
- An async RPC in rust-lang that mimics golang's net/rpc☆31Updated last year
- Small examples to explain Futures, Waker, Tasks in Rust☆63Updated 4 years ago
- An example implementation that creates an event queue based on Kqueue, Epoll and IOCP☆78Updated 4 years ago
- ☆33Updated 2 years ago
- RiteLinked - LinkedHashMap & LinkedHashSet in Rust☆53Updated 2 months ago
- async fn(Input) -> Result<Output, Error>☆50Updated last year
- A global executor built on top of async-executor and smol☆74Updated 2 months ago
- A pure Rust implementation of SCTP☆19Updated 2 years ago
- Cross platform asynchronous network watcher☆34Updated 3 weeks ago
- Inter-process Multiple Producer, Single Consumer Channels for Rust☆59Updated 11 months ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- A generational arena based LRU Cache implementation in 100% safe rust.☆40Updated 2 years ago
- ☆47Updated 5 months ago
- An easy-to-use recorder and viewer for high-performance traces☆41Updated last week
- Sparse Merkle tree for a key-value map.☆22Updated 2 years ago
- Lending iterators on stable Rust☆82Updated last year
- ☆33Updated 3 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆79Updated 8 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- A small async runtime for Rust☆59Updated last year
- Some internal rustc tools made accessible☆47Updated 4 months ago
- Fast implementation of Decimal fixed-point arithmetics☆20Updated 6 months ago
- AtomicRingBuffer is a constant-size almost lock-free ring buffer with low memory overhead in Rust☆41Updated last year
- A reader-writer lock that provides extremely fast read access without starving writers☆80Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆79Updated last month