A data structure to efficiently intern, cache and restore strings.
☆210Aug 15, 2025Updated 7 months ago
Alternatives and similar repositories for string-interner
Users that are interested in string-interner are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- A fast, concurrent string interner☆167Aug 19, 2024Updated last year
- ☆498Nov 8, 2025Updated 4 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,630Feb 16, 2026Updated last month
- 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
- A simple, id-based arena☆126Jan 14, 2026Updated 2 months ago
- Just, really the littlest Vec you could need. So smol.☆731Mar 14, 2026Updated last week
- String interning for Rust☆209Sep 8, 2025Updated 6 months ago
- Fast floating point to string conversion☆694Feb 16, 2026Updated last month
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,312Jan 7, 2026Updated 2 months ago
- Beautiful diagnostic reporting for text-based programming languages.☆1,282Feb 28, 2026Updated 3 weeks ago
- A fast bump allocation arena for Rust☆2,143Feb 26, 2026Updated 3 weeks ago
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,787Feb 7, 2026Updated last month
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 6 months ago
- Slotmap data structure for Rust☆1,298Dec 6, 2025Updated 3 months ago
- Fast, FFI-friendly string interning for Rust☆180Sep 30, 2024Updated last year
- A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.☆353Aug 23, 2025Updated 6 months ago
- Futures, streams, and async I/O combinators.☆539Feb 5, 2026Updated last month
- Interning of data in rust☆121Jun 22, 2025Updated 9 months ago
- A lock-free, read-optimized, concurrency primitive.☆2,097Mar 14, 2026Updated last week
- A memory efficient string type that can store up to 24* bytes on the stack☆818Dec 24, 2025Updated 2 months ago
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆553Jan 19, 2026Updated 2 months ago
- Incremental garbage collection from safe Rust☆821Feb 9, 2026Updated last month
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,105Feb 20, 2026Updated last month
- A fast binary serialization framework☆406Oct 16, 2024Updated last year
- A safe and fast multi-producer, multi-consumer channel.☆2,971Dec 22, 2025Updated 3 months ago
- Support atomic operations on Arc itself☆1,279Mar 1, 2026Updated 3 weeks ago
- Rust port of Google's SwissTable hash map☆2,881Mar 7, 2026Updated 2 weeks ago
- Module initialization/global constructor functions for Rust☆963Dec 4, 2025Updated 3 months ago
- Rust implementation of MurmurHash3.☆13Dec 20, 2021Updated 4 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆285Jan 22, 2026Updated 2 months ago
- Async synchronization primitives☆285Dec 21, 2025Updated 3 months ago
- Statistics-driven benchmarking library for Rust☆5,433Nov 29, 2025Updated 3 months ago
- Fancy extension for std::Error with pretty, detailed diagnostic printing.☆2,520Sep 29, 2025Updated 5 months ago
- A vector with a fixed capacity. (Rust)☆855Oct 19, 2024Updated last year
- Generic array types in Rust☆433Nov 19, 2025Updated 4 months ago
- A crate for mucking around with piles of bytes☆968Jan 31, 2026Updated last month
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆321Jul 13, 2025Updated 8 months ago
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,319Nov 21, 2025Updated 4 months ago