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:
- Small examples to explain Futures, Waker, Tasks in Rust☆63Updated 4 years ago
- async fn(Input) -> Result<Output, Error>☆50Updated last year
- A fast and flexible LRU map.☆192Updated 8 months ago
- A small async runtime for Rust☆61Updated last year
- An example implementation that creates an event queue based on Kqueue, Epoll and IOCP☆79Updated 5 years ago
- RiteLinked - LinkedHashMap & LinkedHashSet in Rust☆53Updated 5 months ago
- Tokio asynchronous I/O examples☆52Updated 7 years ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- fast hex☆93Updated last month
- ☆26Updated 2 years ago
- A high-performance SPSC bounded circular buffer of bytes☆49Updated 2 months ago
- ☆50Updated 8 months ago
- ☆34Updated 2 years ago
- A Configuration Library for Rust Applications☆39Updated 3 weeks ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆129Updated 2 months ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆88Updated last year
- (lifetime) GATs on stable Rust☆59Updated last year
- A foray into rust async await☆44Updated 5 years ago
- A websocket protocol implementation.☆93Updated 3 weeks ago
- This is a Rust implementation for popular caches (support no_std).☆112Updated 7 months ago
- Inter-process Multiple Producer, Single Consumer Channels for Rust☆65Updated last year
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆81Updated 11 months ago
- Rust crate for managing CPU core affinities☆201Updated 6 months ago
- Asynchronous access to a bincode-encoded item stream.☆79Updated 5 months ago
- A global executor built on top of async-executor and smol☆74Updated 3 weeks ago
- An async RPC in rust-lang that mimics golang's net/rpc☆31Updated last year
- Lending iterators on stable Rust☆83Updated last year
- Sparse Merkle tree for a key-value map.☆22Updated 3 years ago
- Untrusted IPC with maximum performance and minimum latency. On Rust, on Linux.☆153Updated 2 years ago
- A token-based rate limiter based on the leaky bucket algorithm.☆112Updated 3 weeks ago