bastion-rs / numanjiLinks
Local-affinity first NUMA-aware allocator with optional fallback.
☆28Updated 4 years ago
Alternatives and similar repositories for numanji
Users that are interested in numanji are comparing it to the libraries listed below
Sorting:
- A growable bit-vector for Rust, optimized for size☆42Updated 4 months ago
- A reader-writer lock that provides extremely fast read access without starving writers☆81Updated last year
- Byte-wise atomic memcpy.☆36Updated last week
- A cross-platform library for fast and safe memory-mapped IO in Rust☆71Updated last year
- Non-interleaving multithreaded output queue☆71Updated last month
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 3 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- bluss/IndexMap with amortized resizes☆14Updated 4 years ago
- Trying to create Sync bump allocator☆37Updated this week
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated 2 years ago
- New register allocator designed as a successor to regalloc2☆38Updated this week
- Rust library for memory barrier☆35Updated last year
- Composable, lock-free, allocation-light data structures☆60Updated 7 years ago
- Rust String type with configurable byte storage.☆35Updated 9 months ago
- Rust crate to use process file descriptors (pidfd) for Linux☆49Updated last month
- high-efficiency concurrent reclamation☆35Updated 10 months ago
- Memory validation framework for Rust☆68Updated 5 months ago
- Versionize is a framework for version tolerant serializion/deserialization of Rust data structures, designed for usecases that need fast …☆59Updated last year
- A radioactive stabilization of the ptr_meta RFC.☆29Updated 2 months ago
- A plugin for Criterion.rs to measure Linux perf events.☆43Updated last year
- This custom Rust allocator logs all memory actions for further analysis☆54Updated 4 years ago
- Serializer and Deserializer adapters that avoid stack overflows by dynamically growing the stack☆34Updated 4 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆80Updated 10 months ago
- Asynchronous Arc<Mutex<Option<T>>>☆15Updated 6 years ago
- Nudging the compiler to auto-vectorize things☆75Updated last year
- A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.☆59Updated 4 months ago
- Rust crate for accepting general reference-like values without proliferating generics.☆36Updated 8 years ago
- lonely is a no_std+alloc+no TLS task executor for the Rust async/await ecosystem, focused on minimizing cross-core synchronization overhe…☆19Updated 5 years ago
- The simd optimized escape code☆54Updated last week
- Hazard pointer based concurrent memory reclamation for Rust.☆30Updated 5 years ago