yvt / rlsf
Constant-time dynamic memory allocator in Rust
☆87Updated last year
Related projects ⓘ
Alternatives and complementary repositories for rlsf
- Bare-metal allocators.☆75Updated 2 years ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆125Updated last week
- Safe, zero-cost downcasting for limited compile-time specialization.☆151Updated 3 weeks ago
- Data structures like Rust `alloc` which reuse user allocated memory☆51Updated last month
- ☆66Updated 2 months ago
- ☆48Updated last year
- Library facilitating safe pinned initialization☆30Updated 3 months ago
- A modern and lightweight implementation of arbitrary integers for Rust☆32Updated 2 months ago
- A collection of small utilities for working with pointer types in Rust.☆119Updated last year
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆137Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 2 years ago
- A simple Cross-platform thread schedule and priority library for rust.☆109Updated this week
- Minimal asynchronous runtime for Rust☆121Updated 2 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆42Updated 9 months ago
- IO-agnostic line editor for embedded systems☆96Updated last month
- Fork of std::Arc with lots of utilities useful for FFI☆215Updated 3 weeks ago
- Const TypeId and non-'static TypeId☆53Updated last week
- Make trait methods callable without the trait in scope☆135Updated 2 months ago
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆71Updated last year
- Allocation-free data structures that make do with the memory they're given☆145Updated 2 years ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆188Updated this week
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆113Updated 4 months ago
- Project group working on the "safe transmute" feature☆84Updated last month
- Extract bits from a byte slice☆71Updated last week
- ☆84Updated last week
- Better reference counted strings for Rust☆114Updated 3 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆62Updated 2 months ago
- A tool to mine crates.io and produce static websites☆125Updated 3 weeks ago
- Cargo subcommand for viewing LLVM optimization remarks.☆171Updated 6 months ago
- Threadsafe RefCell for Rust☆88Updated last year