BurntSushi / mempoolLinks
A fast thread safe memory pool for reusing allocations.
☆31Updated 9 years ago
Alternatives and similar repositories for mempool
Users that are interested in mempool are comparing it to the libraries listed below
Sorting:
- Epoch-based garbage collection☆82Updated 7 years ago
- Asynchronous file I/O for Tokio☆48Updated 7 months ago
- An I/O-oriented tokio runtime thread pool☆49Updated 5 years ago
- A simple map based on a vector for small integer keys☆69Updated last year
- Rust library providing a specialized byte slice type for performing vectored I/O operations.☆52Updated 6 years ago
- Parallel HashMap and HashSet for Rust☆56Updated 6 years ago
- A concurrent lock-free hash map for Rust.☆21Updated 5 years ago
- Composable, lock-free, allocation-light data structures☆62Updated 7 years ago
- A growable bit-vector for Rust, optimized for size☆45Updated 11 months ago
- Work-stealing thread pool for executiong futures☆41Updated 8 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- probe: Static probes for Rust☆102Updated 3 months ago
- rust histogram and percentile stats☆48Updated 5 years ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆52Updated 2 years ago
- liburing bindings☆35Updated 3 years ago
- ☆30Updated 4 years ago
- Rust crate to use process file descriptors (pidfd) for Linux☆50Updated 8 months ago
- A reader-writer lock that provides extremely fast read access without starving writers☆87Updated 2 years ago
- A pool of reusable values☆51Updated 6 years ago
- This crate provides Rust bindings for the Open MPI Portable Hardware Locality "hwloc" library☆90Updated 4 years ago
- http response/request parser for rust☆13Updated 10 years ago
- Concurrent work-stealing deque☆48Updated 7 years ago
- Lockfree resizeable concurrent hash table.☆56Updated 4 years ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- ☆47Updated 5 years ago
- A rust wrapper for Infinity, a lightweight RDMA library for InfiniBand☆52Updated 7 years ago
- Concurrent skip list☆24Updated 7 years ago
- Local-affinity first NUMA-aware allocator with optional fallback.☆29Updated 4 years ago
- Rust implementation of a Trie with generics