wvwwvwwv / scalable-delayed-deallocLinks
Scalable and lock-free memory reclamation system
☆35Updated last week
Alternatives and similar repositories for scalable-delayed-dealloc
Users that are interested in scalable-delayed-dealloc are comparing it to the libraries listed below
Sorting:
- Memory validation framework for Rust☆70Updated last week
- Experimenting with Rust's fundamental data model☆54Updated this week
- Somewhat hacky workaround for the lack of stream generators☆17Updated last month
- A fast and flexible LRU map.☆193Updated 9 months ago
- (lifetime) GATs on stable Rust☆59Updated last year
- Some internal rustc tools made accessible☆47Updated 9 months ago
- This is a project to learn how to implement instruction dispatch in Rust.☆25Updated last year
- Reports when tokio runtime threads are blocking☆66Updated last year
- Combinator methods for `std::AsyncIterator` using all the new `async` superpowers☆10Updated last year
- A low-level MVCC file format for storing blobs.☆64Updated last year
- Human-friendly indexed collections☆55Updated last week
- Lending iterators on stable Rust☆83Updated last year
- Trying to create Sync bump allocator☆40Updated 3 months ago
- Generate markdown comparison tables from `cargo-criterion` JSON output☆33Updated 3 years ago
- Fast byte array to hex string conversion☆55Updated 3 weeks ago
- Mirror of Rust's allocator api for use on stable rust☆67Updated last month
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆84Updated last year
- ☆55Updated last week
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated 11 months ago
- Generic Async Semaphore☆21Updated 5 months ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆64Updated this week
- Rust interface for Linux futexes, the fast user-space locking primitive.☆90Updated last year
- Library and proc macro to analyze memory usage of data structures in rust.☆166Updated last month
- Serde Visitor for deserializing untagged enums☆67Updated 3 weeks ago
- Rust `Vec` that can store unsized values☆21Updated 3 weeks ago
- Eager evaluation of macros like `concat!` and `env!`☆40Updated 3 weeks ago
- log for concurrent workloads, with support for atomic batches and in-order recovery☆37Updated 3 years ago
- SIMD-optimized B+ Tree implementation that uses integer keys☆69Updated 2 months ago
- Parse JSON file at compile time and embed as serde_json::Value☆32Updated 3 weeks ago
- Fast and correct async IO runtime in a small amount of readable code. Inspired by tokio☆72Updated last year