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
- Experimental lock-free structures in Rust.☆20Updated 2 years ago
- A bit vector with the Rust standard library's portable SIMD API.☆39Updated last year
- A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.☆55Updated last week
- A bridge between different serde implementations.☆16Updated 2 weeks ago
- ☆30Updated last year
- async actor framework☆37Updated 2 years ago
- BzTree implementation for Rust☆35Updated last year
- Asynchronously speed-limiting multiple byte streams☆57Updated 4 months ago
- A memcomparable serialization format.☆23Updated last year
- 洛佳的异步内核实验室,第二版☆13Updated 3 years ago
- ☆46Updated 2 months ago
- A fast multi-threaded base64 encoding / decoding library and CLI tool, made in Rust.☆12Updated last year
- partial_sort is Rust version of [std::partial_sort](https://en.cppreference.com/w/cpp/algorithm/partial_sort)☆19Updated 2 months ago
- ☆33Updated 4 years ago
- ioring wrapper for windows-rs☆21Updated 2 years ago
- Game Engine From Scratch -- Rust China Conference 2020 topic by LemonHX and his team.☆14Updated 4 years ago
- Features like `async-trait`, avoid using `Box` and `dyn`.☆82Updated 3 years ago
- Simple and modular write-ahead-logging implementation.☆25Updated last year
- A binary representation of json value, optimized for parsing and querying.☆22Updated 9 months ago
- A rust implementation of lock free cuckoo hashmap☆67Updated last month
- Another Async IO Framework based on io_uring☆62Updated 2 years ago
- A Configuration Library for Rust Applications☆39Updated last month
- ☆33Updated last year
- This rust crate provides a way to walk on recursive structures easily and safely.☆14Updated 3 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆70Updated 5 months ago
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 5 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆68Updated 9 months ago
- A toy C Compiler implemented by Rust.☆19Updated 2 years ago
- futures::AtomicWaker extracted into its own crate☆25Updated last month
- Lock-free queues.☆20Updated last year