sebastiencs / shared-arenaLinks
A thread-safe & efficient memory pool
☆169Updated last year
Alternatives and similar repositories for shared-arena
Users that are interested in shared-arena are comparing it to the libraries listed below
Sorting:
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆254Updated 2 years ago
- rust bindings of snmalloc☆136Updated 2 months ago
- Generic Atomic<T> type for Rust☆235Updated last week
- a lock-free concurrent slab (experimental)☆287Updated 6 months ago
- 🐏 rpmalloc global memory allocator for Rust 🦀☆148Updated 3 months ago
- An on-disk hash table implementation☆122Updated 3 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆241Updated last week
- A fast and flexible LRU map.☆189Updated 5 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆292Updated 10 months ago
- 🌵 Cycle-Aware Reference Counting in Rust☆148Updated last week
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆235Updated this week
- Safe, zero-cost downcasting for limited compile-time specialization.☆165Updated last week
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- The feature-rich, portable async channel library☆258Updated 2 years ago
- Easy function multiversioning for Rust☆228Updated 6 months ago
- Time and duration crate optimized for speed and API stability.☆71Updated last month
- Extended utilities for working with files and filesystems in Rust☆149Updated last year
- A minimalistic async/await executor for Rust☆231Updated last year
- generators☆209Updated last year
- A thread pool for isolating blocking I/O in async programs☆358Updated 5 months ago
- offsetof for Rust☆229Updated last year
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- A rust crate to find the total size of an object, on the stack and on the heap☆108Updated last year
- Async stream for Rust and the futures crate.☆183Updated 3 weeks ago
- Fast numeric to- and from-string conversion routines.☆330Updated 4 months ago
- Inter-event timing metrics on top of tracing.☆118Updated last year
- Versioned data-structures for Rust☆205Updated 4 months ago
- A simple, fast, LRU cache implementation.☆206Updated last year
- skiplist☆142Updated 3 years ago