Fast, efficient, and robust memory reclamation for Rust.
☆466Sep 13, 2025Updated 5 months ago
Alternatives and similar repositories for seize
Users that are interested in seize are comparing it to the libraries listed below
Sorting:
- A fast and ergonomic concurrent hashmap for read-heavy workloads.☆882Aug 6, 2025Updated 6 months ago
- A concurrent, append-only vector.☆209Aug 13, 2025Updated 6 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆280Jan 22, 2026Updated last month
- Concurrently Readable Data Structures for Rust☆363Feb 10, 2026Updated 2 weeks ago
- A fast bump allocation arena for Rust☆2,117Updated this week
- An implementation of Joshua Yanovski's Ghost Cell paper.☆501Jan 28, 2024Updated 2 years ago
- in-place allocation-reusing queues for Rust☆394Jun 6, 2024Updated last year
- Support atomic operations on Arc itself☆1,264Feb 22, 2026Updated last week
- Small, fast, synchronization primitives☆255Sep 13, 2024Updated last year
- A lock-free, read-optimized, concurrency primitive.☆2,085Feb 1, 2026Updated last month
- A memory efficient string type that can store up to 24* bytes on the stack☆817Dec 24, 2025Updated 2 months ago
- Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier …☆3,513Apr 29, 2025Updated 10 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆181Aug 11, 2025Updated 6 months ago
- Like Rust's std::Path, but UTF-8.☆547Dec 15, 2025Updated 2 months ago
- A crate for safe and ergonomic pin-projection.☆705Feb 16, 2026Updated last week
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,772Feb 7, 2026Updated 3 weeks ago
- Slotmap data structure for Rust☆1,287Dec 6, 2025Updated 2 months ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆188May 9, 2021Updated 4 years ago
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 5 months ago
- A high performance, zero-copy URL router.☆521Dec 30, 2025Updated 2 months ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆223Updated this week
- Module initialization/global constructor functions for Rust☆960Dec 4, 2025Updated 2 months ago
- Heap profiling and ad hoc profiling for Rust programs.☆938Feb 20, 2025Updated last year
- An embedded key-value database in pure Rust☆4,262Feb 15, 2026Updated 2 weeks ago
- Typed distributed plugin registration☆1,268Feb 19, 2026Updated last week
- Experiments with structured concurrency in Rust☆413Jul 24, 2024Updated last year
- Stack unwinding library in Rust☆105Dec 2, 2025Updated 2 months ago
- A crate for mucking around with piles of bytes☆966Jan 31, 2026Updated last month
- Slab allocator for Rust☆875Jan 31, 2026Updated last month
- Concurrency permutation testing tool for Rust.☆2,607Feb 20, 2026Updated last week
- A thread-per-core Rust runtime with IOCP/io_uring/polling.☆1,538Updated this week
- Blazing fast concurrent HashMap for Rust.☆3,954Mar 5, 2025Updated 11 months ago
- A collection of high-performance containers providing both asynchronous and synchronous interfaces☆501Jan 5, 2026Updated last month
- A better compressed bitset in Rust☆903Jan 12, 2026Updated last month
- Heapless, `static` friendly data structures☆1,920Feb 16, 2026Updated last week
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆263Feb 10, 2022Updated 4 years ago
- A fast and safe implementation of stackful coroutines in Rust☆353Feb 21, 2026Updated last week
- garbage-collecting on-disk object store, supporting higher level KV stores and databases.☆414Nov 4, 2025Updated 3 months ago
- Cargo subcommand for optimizing Rust binaries/libraries with PGO and BOLT.☆745Jan 25, 2026Updated last month