phip1611 / simple-chunk-allocatorLinks
A simple allocator written in Rust that manages memory in fixed-size chunks.
☆12Updated last year
Alternatives and similar repositories for simple-chunk-allocator
Users that are interested in simple-chunk-allocator are comparing it to the libraries listed below
Sorting:
- A reader-writer lock that provides extremely fast read access without starving writers☆85Updated 2 years ago
- An implementation of the Two-Level Segregated Fit (TLSF) allocator with optimized memory footprint☆13Updated last year
- A collection of custom allocators☆45Updated 8 years ago
- Rust io_uring examples☆92Updated last year
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆85Updated last year
- Scalable and lock-free memory reclamation system☆35Updated this week
- Backtrace support for Rust `no_std` and embedded programs.☆48Updated 2 years ago
- Buddy-alloc is a memory allocator for no-std Rust, used for embedded environments.☆32Updated last year
- An LC-3 virtual machine written in Rust for learning purposes.☆42Updated 2 years ago
- Local-affinity first NUMA-aware allocator with optional fallback.☆29Updated 4 years ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆91Updated last year
- Using Type-Level Programming in Rust to Make Safer Hardware Abstractions☆53Updated 4 years ago
- Simple RISC-V emulator presented at Rust Nation 2023☆66Updated 2 years ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆136Updated 5 months ago
- Stack unwinding library in Rust☆97Updated 3 months ago
- Rust library to program hardware performance counter.☆54Updated 2 years ago
- Virtual Machine/Interpreter dispatch method experiments in Rust☆36Updated 7 years ago
- Generate markdown comparison tables from `cargo-criterion` JSON output☆34Updated 3 years ago
- Library facilitating safe pinned initialization☆62Updated last week
- ☆30Updated 4 years ago
- A lock-free memory allocator☆64Updated last month
- Combinator methods for `std::AsyncIterator` using all the new `async` superpowers☆10Updated last year
- Byte-wise atomic memcpy.☆38Updated 3 weeks ago
- A cross-platform virtual memory API written in Rust☆132Updated last year
- An arbitrary-precision floating-point library in Rust☆46Updated 6 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated last month
- This is a project to learn how to implement instruction dispatch in Rust.☆25Updated last year
- perf-event: a Rust interface to Linux performance monitoring☆125Updated 2 months ago
- (lifetime) GATs on stable Rust☆59Updated last year
- ☆37Updated 10 months ago