yvt / rlsfLinks
Constant-time dynamic memory allocator in Rust
☆107Updated 5 months ago
Alternatives and similar repositories for rlsf
Users that are interested in rlsf are comparing it to the libraries listed below
Sorting:
- Bare-metal allocators.☆75Updated 3 years ago
- Minimal asynchronous executor for Rust☆133Updated 2 weeks ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆205Updated 2 weeks ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated last month
- An exploration into the various ways optional trait methods can be implemented in Rust.☆41Updated 4 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆106Updated last week
- Threadsafe RefCell for Rust☆95Updated 7 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆175Updated 3 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated last week
- Cross-platform, endian-aware primitives for Rust☆42Updated last month
- A Vec That Has a Smaller size_of☆146Updated last month
- IO-agnostic line editor for embedded systems☆111Updated 9 months ago
- A sinless derive helper☆75Updated 4 months ago
- Const TypeId and non-'static TypeId☆69Updated last month
- A fast and safe implementation of stackful coroutines in Rust☆256Updated 3 weeks ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Macro for sealing traits and structures