A Vec That Has a Smaller size_of
☆158Oct 2, 2025Updated 5 months ago
Alternatives and similar repositories for thin-vec
Users that are interested in thin-vec are comparing it to the libraries listed below
Sorting:
- A fast bump allocation arena for Rust☆2,143Feb 26, 2026Updated 3 weeks ago
- Compile-time string operations☆118Feb 1, 2026Updated last month
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,630Feb 16, 2026Updated last month
- A vector with a fixed capacity. (Rust)☆855Oct 19, 2024Updated last year
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆39Dec 23, 2023Updated 2 years ago
- Just, really the littlest Vec you could need. So smol.☆731Updated this week
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆59Feb 9, 2026Updated last month
- Ensure correct assumptions about constants, types, and more in Rust☆648Nov 18, 2023Updated 2 years ago
- The arena, a fast but limited type of allocator☆578Aug 16, 2024Updated last year
- Runtime for executing procedural macros as WebAssembly☆1,474Jan 21, 2026Updated last month
- A string type for Rust that is not required to be valid UTF-8.☆1,048Feb 10, 2026Updated last month
- Executor for asynchronous task based on wasm web workers.☆33Oct 3, 2024Updated last year
- A fast, non-secure, hashing algorithm derived from an internal hasher in FireFox.☆283Jan 3, 2024Updated 2 years ago
- "A very small syn"☆214Feb 1, 2025Updated last year
- Efficient byte-stream pipe buffer☆44Jul 1, 2024Updated last year
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,312Jan 7, 2026Updated 2 months ago
- A memory efficient string type that can store up to 24* bytes on the stack☆817Dec 24, 2025Updated 2 months ago
- Tiny little crate to determine how large an unnameable type is.☆12Mar 29, 2025Updated 11 months ago
- Per-object thread-local storage for Rust☆365Feb 18, 2026Updated last month
- A flexible, simple to use, clone-efficient String replacement for Rust☆157Feb 28, 2026Updated 2 weeks ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆373Dec 20, 2025Updated 3 months ago
- LZW en- and decoding that goes weeeee!☆32Nov 18, 2025Updated 4 months ago
- Bare-metal allocators.☆76Aug 23, 2022Updated 3 years ago
- Heap profiling and ad hoc profiling for Rust programs.☆940Feb 20, 2025Updated last year
- Faster, more compact implementation of std::Cow☆374Apr 13, 2023Updated 2 years ago
- A crate for mucking around with piles of bytes☆968Jan 31, 2026Updated last month
- Append-only collections for Rust where borrows to entries can outlive insertions☆274Jan 23, 2026Updated last month
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 6 months ago
- A tiny crate mimicking Elixir's pipe operator for Rust without macros.☆36Sep 14, 2021Updated 4 years ago
- Easy-cast library☆30Dec 2, 2025Updated 3 months ago
- Rust version of fastapprox: approximate versions of functions commonly used in machine learning.☆24Sep 11, 2023Updated 2 years ago
- ☆814Dec 23, 2024Updated last year
- A Rust proc_macro_attribute to outline conversions from generic functions☆287Dec 12, 2025Updated 3 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆168Feb 10, 2026Updated last month
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆146Feb 24, 2026Updated 3 weeks ago
- A minimal `syn` syntax tree pretty-printer☆750Feb 9, 2026Updated last month
- Unicode Case-folding for Rust☆91Jan 6, 2026Updated 2 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆54Feb 25, 2024Updated 2 years ago
- Slab allocator for Rust☆884Jan 31, 2026Updated last month