A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.
☆352Aug 23, 2025Updated 6 months ago
Alternatives and similar repositories for foldhash
Users that are interested in foldhash are comparing it to the libraries listed below
Sorting:
- A fast and ergonomic concurrent hashmap for read-heavy workloads.☆885Aug 6, 2025Updated 7 months ago
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,319Nov 21, 2025Updated 4 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,312Jan 7, 2026Updated 2 months ago
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆553Jan 19, 2026Updated 2 months ago
- Unsafely fast hashing algorithm 📈☆1,003Mar 4, 2026Updated 2 weeks ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆229Updated this week
- A primitive for writing structural search and replace programs for rust☆31Jan 15, 2026Updated 2 months ago
- A Rust wrapper over Microsoft's MiMalloc memory allocator☆757Nov 24, 2025Updated 3 months ago
- Slotmap data structure for Rust☆1,293Dec 6, 2025Updated 3 months ago
- A minimal `syn` syntax tree pretty-printer☆750Feb 9, 2026Updated last month
- Optimized string search routines for Rust.☆1,393Feb 12, 2026Updated last month
- A Rust implementation of Glidesort, my stable adaptive quicksort/mergesort hybrid sorting algorithm.☆1,651Feb 7, 2023Updated 3 years ago
- Maps where keys are borrowed from values.☆311Mar 13, 2026Updated last week
- A string type for Rust that is not required to be valid UTF-8.☆1,048Feb 10, 2026Updated last month
- SIMD-optimized B+ Tree implementation that uses integer keys☆93Jul 13, 2025Updated 8 months ago
- A datetime library for Rust that encourages you to jump into the pit of success.☆2,633Mar 3, 2026Updated 2 weeks ago
- Fast function for printing integer primitives to a decimal string☆368Feb 2, 2026Updated last month
- Rust reflection, serialization, deserialization, pretty printing, etc. — the last proc macro you should need☆2,433Updated this week
- Fast and simple benchmarking for Rust projects☆1,368Apr 17, 2025Updated 11 months ago
- Tiny little crate to determine how large an unnameable type is.☆12Mar 29, 2025Updated 11 months ago
- An atomically updatable Arc for lock-free concurrency.☆190Nov 13, 2025Updated 4 months ago
- Attribute to use on the `trait` methods (or associated functions) that you wish to "seal", a.k.a., render them `final`.☆15Apr 16, 2025Updated 11 months ago
- Mirror of Rust's allocator api for use on stable rust☆80Dec 11, 2025Updated 3 months ago
- A crate for mucking around with piles of bytes☆968Jan 31, 2026Updated last month
- Rust port of Google's SwissTable hash map☆2,881Mar 7, 2026Updated 2 weeks ago
- Heap profiling and ad hoc profiling for Rust programs.☆940Feb 20, 2025Updated last year
- Execute Rust code carefully, with extra checking along the way☆481Jan 3, 2026Updated 2 months ago
- Fast floating point to string conversion☆694Feb 16, 2026Updated last month
- Minimalist Rust syntax parsing for procedural macros☆66May 30, 2024Updated last year
- Fast floating point to string conversion☆159Mar 2, 2026Updated 2 weeks ago
- Rust port of Spice, a low-overhead parallelization library☆716May 5, 2025Updated 10 months ago
- A fast bump allocation arena for Rust☆2,143Feb 26, 2026Updated 3 weeks ago
- SIMD-accelerated UTF-8 validation for Rust.☆590Dec 21, 2025Updated 3 months ago
- A vector with a fixed capacity. (Rust)☆855Oct 19, 2024Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆183Aug 11, 2025Updated 7 months ago
- Conditional compilation according to rustc compiler version☆393Feb 16, 2026Updated last month
- A fast and safe implementation of stackful coroutines in Rust☆357Mar 2, 2026Updated 2 weeks ago
- Module initialization/global constructor functions for Rust☆963Dec 4, 2025Updated 3 months ago
- in-place allocation-reusing queues for Rust☆394Jun 6, 2024Updated last year