cppcoffee / hugepage-rs
hugepage allocator implement with rust
☆10Updated last year
Alternatives and similar repositories for hugepage-rs
Users that are interested in hugepage-rs are comparing it to the libraries listed below
Sorting:
- Experimental lock-free structures in Rust.☆20Updated 3 years ago
- async actor framework☆37Updated 2 years ago
- Game Engine From Scratch -- Rust China Conference 2020 topic by LemonHX and his team.☆14Updated 4 years ago
- A memcomparable serialization format.☆23Updated 2 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆78Updated 8 months ago
- A bridge between different serde implementations.☆16Updated 2 months ago
- A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.☆58Updated 2 months ago
- Asynchronously speed-limiting multiple byte streams☆61Updated 7 months ago
- ☆36Updated 2 years ago
- Free space bitmap allocator☆11Updated 5 months ago
- ☆47Updated 5 months ago
- A reader-writer lock that provides extremely fast read access without starving writers☆78Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆70Updated last year
- BzTree implementation for Rust☆35Updated last year
- ioring wrapper for windows-rs☆21Updated 2 years ago
- partial_sort is Rust version of [std::partial_sort](https://en.cppreference.com/w/cpp/algorithm/partial_sort)☆19Updated 5 months ago
- A fast multi-threaded base64 encoding / decoding library and CLI tool, made in Rust.☆12Updated last year
- A bit vector with the Rust standard library's portable SIMD API.☆40Updated 2 years ago
- 洛佳的异步内核实验室,第二版☆13Updated 3 years ago
- A rust implementation of lock free cuckoo hashmap☆68Updated 3 months ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- A binary representation of json value, optimized for parsing and querying.☆22Updated 11 months ago
- Features like `async-trait`, avoid using `Box` and `dyn`.☆82Updated 3 years ago
- This rust crate provides a way to walk on recursive structures easily and safely.☆14Updated 3 years ago
- Terminal based "The Matrix" like implementation, which write in Rust.☆8Updated 3 years ago
- Free conversion between async and sync in Rust☆51Updated 2 years ago
- futures::AtomicWaker extracted into its own crate☆26Updated 3 months ago
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 5 years ago
- rust rcu cell library☆25Updated last week
- ☆30Updated last year