gnzlbg / mimallocatorLinks
☆53Updated 5 years ago
Alternatives and similar repositories for mimallocator
Users that are interested in mimallocator are comparing it to the libraries listed below
Sorting:
- Dynamically query a type-erased object for any trait implementation☆67Updated 2 years ago
- ☆63Updated 8 years ago
- Machine scalar casting that meets your expectations☆75Updated 4 years ago
- A safe-guarded transmute for Rust☆39Updated last year
- Type-safe transmutations between layout-compatible types.☆122Updated 5 years ago
- Rust library providing a counter-based thread barrier☆56Updated 6 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- Generic SIMD abstractions for Rust.☆46Updated 2 years ago
- Spawn processes with arbitrary closures in rust☆113Updated 4 years ago
- A tool for finding large memcpy's in llvm ir☆61Updated 6 years ago
- A small ASCII-only bounded length string representation.☆60Updated 3 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- ☆47Updated 5 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆90Updated 3 months ago
- ☆40Updated 6 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Composable, lock-free, allocation-light data structures☆60Updated 7 years ago
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆111Updated last year
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆102Updated 2 months ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- [rust] Extensions to the Box type☆23Updated 6 years ago
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 9 months ago
- Install a rustc master toolchain usable from rustup☆76Updated 3 weeks ago
- ☆31Updated 5 years ago
- Token tree calling convention☆80Updated 2 years ago
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated 5 months ago
- A crate with indexed arenas with small memory footprint☆78Updated last year
- Safely combine results☆81Updated last year
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.