phip1611 / simple-chunk-allocatorLinks
A simple allocator written in Rust that manages memory in fixed-size chunks.
☆12Updated 9 months ago
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:
- An implementation of the Two-Level Segregated Fit (TLSF) allocator with optimized memory footprint☆12Updated last year
- A reader-writer lock that provides extremely fast read access without starving writers☆81Updated last year
- Rust interface for Linux futexes, the fast user-space locking primitive.☆87Updated last year
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆80Updated 10 months ago
- Scalable and lock-free memory reclamation system☆31Updated last week
- perf-event: a Rust interface to Linux performance monitoring☆120Updated last month
- Library facilitating safe pinned initialization☆56Updated 2 weeks ago
- Combinator methods for `std::AsyncIterator` using all the new `async` superpowers☆10Updated last year
- An arbitrary-precision floating-point library in Rust☆45Updated 2 months ago
- Simple RISC-V emulator presented at Rust Nation 2023☆66Updated 2 years ago
- A collection of custom allocators☆44Updated 8 years ago
- An LC-3 virtual machine written in Rust for learning purposes.☆39Updated 2 years ago
- (lifetime) GATs on stable Rust☆59Updated last year
- Using Type-Level Programming in Rust to Make Safer Hardware Abstractions☆53Updated 3 years ago
- A lock-free memory allocator☆61Updated last month
- Rust io_uring examples☆82Updated last year
- Generate markdown comparison tables from `cargo-criterion` JSON output☆33Updated 3 years ago
- Lending iterators on stable Rust☆83Updated last year
- Byte-wise atomic memcpy.☆36Updated 3 weeks ago
- A Rust implementation of the Strobe protocol framework☆27Updated 4 months ago
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- Yet another key-value storage for Rust☆72Updated 3 years ago
- Derive macro for Rust that turns traits into enums, providing tools for calling funtions over channels☆23Updated 3 years ago
- Code coverage support for Rust `no_std` and embedded programs☆57Updated 8 months ago
- Local-affinity first NUMA-aware allocator with optional fallback.☆28Updated 4 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆58Updated last week
- An object system for Rust based on relative pointers☆38Updated 2 years ago
- 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
- rust bindings of snmalloc☆137Updated 3 months ago
- Backtrace support for Rust `no_std` and embedded programs.☆48Updated 2 years ago