tkaitchuck / aHashLinks
aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction
☆1,228Updated 2 months ago
Alternatives and similar repositories for aHash
Users that are interested in aHash are comparing it to the libraries listed below
Sorting:
- A fast bump allocation arena for Rust☆1,877Updated 2 months ago
- Optimized string search routines for Rust.☆1,193Updated 3 months ago
- A crate for managing memory bit by bit☆1,326Updated last year
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,159Updated 3 weeks ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,523Updated 2 months ago
- Rust port of simdjson☆1,300Updated last week
- Rust port of Google's SwissTable hash map☆2,743Updated 2 weeks ago
- Support atomic operations on Arc itself☆1,086Updated last week
- A safe and fast multi-producer, multi-consumer channel.☆2,721Updated 6 months ago
- Compile time static maps for Rust☆1,985Updated 3 weeks ago
- Heap profiling and ad hoc profiling for Rust programs.☆875Updated 6 months ago
- Zero-copy deserialization framework for Rust☆3,510Updated last month
- Benchmarks for rust serialization frameworks☆857Updated last month
- A high performance concurrent caching library for Rust☆2,106Updated 4 months ago
- Slotmap data structure for Rust☆1,233Updated last year
- The testing ground for the future of portable SIMD in Rust☆995Updated this week
- Concurrency permutation testing tool for Rust.☆2,452Updated last month
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,070Updated last month
- A Rust CPU profiler implemented with the help of backtrace-rs☆1,516Updated last month
- Easily assign underlying errors into domain-specific errors while adding context☆1,777Updated this week
- A memory efficient string type that can store up to 24* bytes on the stack☆762Updated 6 months ago
- The fast sync and async channel that Rust deserves☆1,613Updated 4 months ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,238Updated last year
- Rust cache structures and easy function memoization☆1,877Updated last month
- A Rust wrapper over Microsoft's MiMalloc memory allocator☆664Updated 2 weeks ago
- Rust quasi-quoting☆1,456Updated this week
- An io_uring backed runtime for Rust☆1,320Updated 2 months ago
- Utilities for working with bytes☆2,101Updated 3 weeks ago
- Defines the Rust borrow checker.