A data structure to efficiently intern, cache and restore strings.
☆209Aug 15, 2025Updated 6 months ago
Alternatives and similar repositories for string-interner
Users that are interested in string-interner are comparing it to the libraries listed below
Sorting:
- A fast, concurrent string interner☆165Aug 19, 2024Updated last year
- ☆500Nov 8, 2025Updated 3 months ago
- The arena, a fast but limited type of allocator☆578Aug 16, 2024Updated last year
- Faster, more compact implementation of std::Cow☆374Apr 13, 2023Updated 2 years ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,621Feb 16, 2026Updated 2 weeks ago
- A simple, id-based arena☆125Jan 14, 2026Updated last month
- Just, really the littlest Vec you could need. So smol.☆728Jan 28, 2026Updated last month
- Fast, FFI-friendly string interning for Rust☆180Sep 30, 2024Updated last year
- Interning of data in rust☆120Jun 22, 2025Updated 8 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,300Jan 7, 2026Updated last month
- Fast floating point to string conversion☆692Feb 16, 2026Updated 2 weeks ago
- Beautiful diagnostic reporting for text-based programming languages.☆1,282Oct 22, 2025Updated 4 months ago
- A fast bump allocation arena for Rust☆2,117Updated this week
- String interning for Rust☆208Sep 8, 2025Updated 5 months ago
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 5 months ago
- Slotmap data structure for Rust☆1,289Dec 6, 2025Updated 2 months ago
- A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.☆346Aug 23, 2025Updated 6 months ago
- A fast binary serialization framework☆406Oct 16, 2024Updated last year
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆552Jan 19, 2026Updated last month
- A memory efficient string type that can store up to 24* bytes on the stack☆817Dec 24, 2025Updated 2 months ago
- Futures, streams, and async I/O combinators.☆536Feb 5, 2026Updated 3 weeks ago
- A lock-free, read-optimized, concurrency primitive.☆2,085Feb 1, 2026Updated last month
- Incremental garbage collection from safe Rust☆816Feb 9, 2026Updated 3 weeks ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Oct 22, 2024Updated last year
- Rust port of Google's SwissTable hash map☆2,866Feb 22, 2026Updated last week
- A safe and fast multi-producer, multi-consumer channel.☆2,884Dec 22, 2025Updated 2 months ago
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,772Feb 7, 2026Updated 3 weeks ago
- Generic array types in Rust☆432Nov 19, 2025Updated 3 months ago
- Fast generic radix trie implemented in Rust☆216Sep 16, 2025Updated 5 months ago
- Module initialization/global constructor functions for Rust☆960Dec 4, 2025Updated 2 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆280Jan 22, 2026Updated last month
- A Vec That Has a Smaller size_of☆155Oct 2, 2025Updated 5 months ago
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,095Feb 20, 2026Updated last week
- Statistics-driven benchmarking library for Rust☆5,428Nov 29, 2025Updated 3 months ago
- A vector with a fixed capacity. (Rust)☆851Oct 19, 2024Updated last year
- Fancy extension for std::Error with pretty, detailed diagnostic printing.☆2,509Sep 29, 2025Updated 5 months ago
- A set of alternative `derive` attributes for Rust☆459Sep 27, 2025Updated 5 months ago
- Support atomic operations on Arc itself☆1,264Feb 22, 2026Updated last week
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,312Nov 21, 2025Updated 3 months ago