bastion-rs / numanjiLinks
Local-affinity first NUMA-aware allocator with optional fallback.
☆29Updated 4 years ago
Alternatives and similar repositories for numanji
Users that are interested in numanji are comparing it to the libraries listed below
Sorting:
- Byte-wise atomic memcpy.☆38Updated last month
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Composable, lock-free, allocation-light data structures☆61Updated 7 years ago
- A reader-writer lock that provides extremely fast read access without starving writers☆86Updated 2 years ago
- A growable bit-vector for Rust, optimized for size☆45Updated 9 months ago
- A cross-platform library for fast and safe memory-mapped IO in Rust☆72Updated last year
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 8 months 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 6 years ago
- sptr: The Strict Provenance Polyfill☆75Updated 2 years ago
- Trying to create Sync bump allocator☆40Updated 4 months ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Faster integer division and modulus operations☆87Updated 5 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated last month
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆52Updated 2 years ago
- ☆36Updated last year
- Stack unwinding library in Rust☆99Updated 3 months ago
- Modular register allocator algorithms☆105Updated 3 years ago
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆101Updated last month
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- A simple library to use Rust's type system to handle endianness.☆16Updated last month
- ☆47Updated 5 years ago
- rust bindings of snmalloc☆146Updated 2 months ago
- Non-interleaving multithreaded output queue☆79Updated last week
- Extremely minimal parser for ELF/PE/Mach-o/ar☆41Updated 4 years ago
- Implementation of triple buffering in Rust☆99Updated this week
- Light references to trait objects by embedding the virtual table pointer in the struct☆25Updated last year
- (lifetime) GATs on stable Rust☆59Updated last year
- ☆53Updated 6 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
- 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