Get the latest tech news
Fast, simple, hard real time allocator for Rust
A port of Sebastian Aaltonen's `OffsetAllocator` to Rust - pcwalton/offset-allocator
Please note that offset-allocator isn't a Rust allocator conforming to the GlobalAlloc trait. The general algorithm that this crate uses could be adapted to construct a Rust allocator, but that's beyond the scope of this particular implementation. By contrast, Rust allocators are hard-wired to the CPU and can't be used to manage GPU resources.
Or read this on Hacker News