phip1611 / simple-chunk-allocator
A simple allocator written in Rust that manages memory in fixed-size chunks.
☆12Updated 4 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
- A reader-writer lock that provides extremely fast read access without starving writers☆76Updated last year
- An implementation of the Two-Level Segregated Fit (TLSF) allocator with optimized memory footprint☆11Updated last year
- Rust interface for Linux futexes, the fast user-space locking primitive.☆84Updated 7 months ago
- A Rust implementation of two segment trees and a fenwick tree.☆64Updated 6 years ago
- Code coverage support for Rust `no_std` and embedded programs☆54Updated 2 months ago
- Backtrace support for Rust `no_std` and embedded programs.☆48Updated last year
- sptr: The Strict Provenance Polyfill☆76Updated last year
- Data structures like Rust `alloc` which reuse user allocated memory☆52Updated 4 months ago
- A collection of custom allocators☆43Updated 7 years ago
- (lifetime) GATs on stable Rust☆57Updated last year
- Scalable and lock-free memory reclamation system☆22Updated last month
- Read trait fixed to soundly work with uninitalized memory☆25Updated 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 2 years ago
- Faster integer division and modulus operations☆70Updated 2 years ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆99Updated 3 weeks ago
- A lock-free memory allocator☆57Updated last week
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆72Updated last year
- Using Type-Level Programming in Rust to Make Safer Hardware Abstractions☆51Updated 3 years ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆119Updated 7 months ago
- An LC-3 virtual machine written in Rust for learning purposes.☆38Updated 2 years ago
- Lending iterators on stable Rust☆81Updated last year
- Project group working on the "safe transmute" feature☆88Updated 4 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆69Updated 4 months ago
- Generate markdown comparison tables from `cargo-criterion` JSON output☆30Updated 2 years ago
- A collection of small utilities for working with pointer types in Rust.☆119Updated 2 weeks ago
- New register allocator designed as a successor to regalloc2☆30Updated 2 weeks ago
- Combinator methods for `std::AsyncIterator` using all the new `async` superpowers☆9Updated 11 months ago
- Generic and convenient `std` atomics via `Atomic<T>`☆45Updated 3 months ago
- Map data structure whose keys are stored as ranges☆81Updated last month
- Modular register allocator algorithms☆106Updated 2 years ago