String interning for Rust
☆209Sep 8, 2025Updated 6 months ago
Alternatives and similar repositories for string-cache
Users that are interested in string-cache are comparing it to the libraries listed below
Sorting:
- Scoped Thread Local Storage for Rust☆60Jul 19, 2023Updated 2 years ago
- System information☆22Mar 4, 2026Updated 2 weeks ago
- Compact string type for zero-copy parsing☆265Nov 16, 2023Updated 2 years ago
- "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
- Manual segmented stacks for Rust☆337Feb 7, 2026Updated last month
- Fast functions for printing floating-point primitives to a decimal string☆138Jan 17, 2026Updated 2 months ago
- Compile time static maps for Rust☆2,108Mar 12, 2026Updated last week
- Rust String type with configurable byte storage.☆36Sep 13, 2024Updated last year
- Fowler–Noll–Vo hash function☆359Mar 20, 2024Updated 2 years ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆373Dec 20, 2025Updated 3 months ago
- Compact inlined strings for Rust.☆543Sep 20, 2023Updated 2 years ago
- offsetof for Rust☆231Mar 26, 2024Updated last year
- Unsafe marker trait for types that deref to a stable address☆35Mar 4, 2026Updated 2 weeks ago
- The arena, a fast but limited type of allocator☆578Aug 16, 2024Updated last year
- A data structure to efficiently intern, cache and restore strings.☆209Aug 15, 2025Updated 7 months ago
- Slab allocator for Rust☆884Jan 31, 2026Updated last month
- [wip] Implementation of N-API for deno_core☆37Feb 19, 2022Updated 4 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆168Feb 10, 2026Updated last month
- ☆498Nov 8, 2025Updated 4 months ago
- [WIP] Pure-JavaScript implementation of the V8 value serializer☆32Apr 20, 2023Updated 2 years ago
- A HashMap wrapper that holds key-value pairs in insertion order☆179Jul 16, 2024Updated last year
- Tar file reading/writing for Rust☆705Mar 10, 2026Updated last week
- A macro to generate structures which behave like bitflags☆1,117Updated this week
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,295Feb 21, 2026Updated 3 weeks ago
- A fast bump allocation arena for Rust☆2,143Feb 26, 2026Updated 3 weeks ago
- Rust symbol demangling☆294Jan 15, 2026Updated 2 months ago
- URL parser for Rust☆1,534Feb 5, 2026Updated last month
- Small Box optimization: store small item on stack and fallback to heap for large item.☆93Jul 2, 2025Updated 8 months ago
- Backported standard Rust library to older compilers.☆23Oct 7, 2022Updated 3 years ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆550Nov 4, 2025Updated 4 months ago
- Per-object thread-local storage for Rust☆365Feb 18, 2026Updated last month
- MOPA: My Own Personal Any. A macro to implement all the `Any` methods on your own trait.☆117Jan 10, 2023Updated 3 years ago
- A string type for Rust that is not required to be valid UTF-8.☆1,048Feb 10, 2026Updated last month
- A low-level, pull-based, zero-allocation XML 1.0 parser.☆139Dec 29, 2025Updated 2 months ago
- Just, really the littlest Vec you could need. So smol.☆731Updated this week
- A generic, fixed-size, associative cache☆40Mar 9, 2026Updated last week
- A lightweight attribute for easy generation of const functions with conditional compilations.☆31Mar 12, 2026Updated last week
- A growable bit-vector for Rust, optimized for size☆46Feb 15, 2025Updated last year