cbreeden / fxhash
A fast, non-secure, hashing algorithm derived from an internal hasher in FireFox.
☆245Updated last year
Alternatives and similar repositories for fxhash:
Users that are interested in fxhash are comparing it to the libraries listed below
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆278Updated 5 months ago
- Fowler–Noll–Vo hash function☆342Updated 10 months ago
- ☆255Updated last month
- Intrusive collections for Rust☆432Updated 4 months ago
- Fast floating point to string conversion☆616Updated this week
- a lock-free concurrent slab (experimental)☆278Updated last month
- Stackless generators on stable Rust.☆448Updated 2 years ago
- Spin-based synchronization primitives☆496Updated 6 months ago
- offsetof for Rust☆225Updated 10 months ago
- A Rust implementation of the xxHash algorithm.☆385Updated last month
- Fast function for printing integer primitives to a decimal string☆317Updated last week
- Generic Atomic<T> type for Rust☆225Updated last year
- Slab allocator for Rust☆729Updated last month
- Count lines of LLVM IR per generic function☆420Updated this week
- Just, really the littlest Vec you could need. So smol.☆658Updated 3 weeks ago
- Super-fast float parser in Rust (now part of Rust core)☆275Updated 2 years ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆328Updated this week
- Statically-checked alternatives to RefCell and RwLock☆367Updated 7 months ago
- Conditional compilation according to rustc compiler version☆346Updated last week
- A data structure to efficiently intern, cache and restore strings.☆182Updated 2 months ago
- rust stackful generator library☆315Updated last month
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆420Updated 2 months ago
- Compact inlined strings for Rust.☆516Updated last year
- A library for creating references that carry their owner with them.☆363Updated last year
- The arena, a fast but limited type of allocator☆527Updated 5 months ago
- A vector with a fixed capacity. (Rust)☆778Updated 3 months ago
- A thread pool for isolating blocking I/O in async programs☆350Updated last week
- Fast generic radix trie implemented in Rust☆192Updated last year
- Manual segmented stacks for Rust☆296Updated 2 months ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆504Updated 7 months ago