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:
- An example implementation that creates an event queue based on Kqueue, Epoll and IOCP☆80Updated 5 years ago
- A fast and flexible LRU map.☆198Updated 9 months ago
- A thread-safe & efficient memory pool☆170Updated 2 years ago
- Small examples to explain Futures, Waker, Tasks in Rust☆63Updated 4 years ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- A small async runtime for Rust☆61Updated last year
- Raft distributed consensus for WebAssembly in Rust☆69Updated 3 years ago
- A foray into rust async await☆44Updated 6 years ago
- A Configuration Library for Rust Applications☆40Updated this week
- Untrusted IPC with maximum performance and minimum latency. On Rust, on Linux.☆156Updated 2 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆85Updated last year
- Inter-process Multiple Producer, Single Consumer Channels for Rust☆68Updated last year
- Tokio asynchronous I/O examples☆52Updated 7 years ago
- async fn(Input) -> Result<Output, Error>☆50Updated last year
- This is a Rust implementation for popular caches (support no_std).☆113Updated 8 months ago
- A low-level MVCC file format for storing blobs.☆64Updated last year
- RiteLinked - LinkedHashMap & LinkedHashSet in Rust☆53Updated 7 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆143Updated last year
- An async RPC in rust-lang that mimics golang's net/rpc☆32Updated last year
- A websocket protocol implementation.☆94Updated last month
- Cross-platform implementation of cross-process named locks☆38Updated last year
- A minimal and unopinionated actor framework for Rust.☆68Updated 2 years ago
- A generational arena based LRU Cache implementation in 100% safe rust.☆40Updated 3 years ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆205Updated this week
- Rust interface for Linux futexes, the fast user-space locking primitive.☆91Updated last year
- Async stream for Rust and the futures crate.☆188Updated 3 weeks ago
- a small and single threaded async runtime built on top of io-uring☆78Updated 2 years ago
- A minimalistic async/await executor for Rust☆234Updated last year
- Copy-on-write string utilities for Rust☆158Updated last year
- #[no_std] print equivalent for Rust☆64Updated 3 weeks ago