cbreeden / fxhashLinks
A fast, non-secure, hashing algorithm derived from an internal hasher in FireFox.
☆270Updated last year
Alternatives and similar repositories for fxhash
Users that are interested in fxhash are comparing it to the libraries listed below
Sorting:
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆306Updated 2 months ago
- A Rust implementation of the xxHash algorithm.☆408Updated 3 weeks ago
- Fowler–Noll–Vo hash function☆347Updated last year
- a lock-free concurrent slab (experimental)☆297Updated 9 months ago
- Fast function for printing integer primitives to a decimal string☆344Updated 2 weeks ago
- Rust replacement for miniz☆218Updated 2 months ago
- ☆298Updated last month
- Super-fast float parser in Rust (now part of Rust core)☆280Updated 2 years ago
- A data structure to efficiently intern, cache and restore strings.☆203Updated last month
- Fork of std::Arc with lots of utilities useful for FFI☆257Updated 2 weeks ago
- A suite of non-cryptographic hash functions for Rust.☆139Updated 3 years ago
- Fast, efficient, and robust memory reclamation for Rust.☆448Updated 2 weeks ago
- A Vec of Bits☆180Updated last month
- Fast generic radix trie implemented in Rust☆208Updated 2 weeks ago
- Support crate for rustc's self-profiling feature☆373Updated 2 months ago
- Stackless generators on stable Rust.☆469Updated 3 years ago
- Compact string type for zero-copy parsing☆262Updated last year
- rust stackful generator library☆349Updated this week
- Conditional compilation according to rustc compiler version☆379Updated 2 weeks ago
- Per-object thread-local storage for Rust☆353Updated this week
- Count lines of LLVM IR per generic function☆475Updated last month
- String interning for Rust☆204Updated 3 weeks ago
- A library for creating references that carry their owner with them.☆377Updated last year
- A fast Bloom filter implementation in Rust☆265Updated 3 months ago
- Generic Atomic<T> type for Rust☆240Updated 2 weeks ago
- Manual segmented stacks for Rust☆319Updated 5 months ago
- Fast numeric to- and from-string conversion routines.☆341Updated last week
- A thread pool for isolating blocking I/O in async programs☆366Updated last month
- A command line tool for comparing benchmarks run by Criterion.