rust-lang / hashbrownLinks
Rust port of Google's SwissTable hash map
☆2,753Updated 2 weeks ago
Alternatives and similar repositories for hashbrown
Users that are interested in hashbrown are comparing it to the libraries listed below
Sorting:
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,077Updated this week
- A safe and fast multi-producer, multi-consumer channel.☆2,723Updated 6 months ago
- Concurrency permutation testing tool for Rust.☆2,457Updated last month
- A binary encoder / decoder implementation in Rust.☆3,082Updated last month
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,164Updated last week
- Utilities for working with bytes☆2,101Updated 3 weeks ago
- Blazing fast concurrent HashMap for Rust.☆3,674Updated 6 months ago
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,005Updated 2 weeks ago
- A lock-free, read-optimized, concurrency primitive.☆2,009Updated last month
- A small and fast async runtime for Rust☆4,463Updated 3 weeks ago
- Zero-copy deserialization framework for Rust☆3,510Updated last month
- Parser for Rust source code☆3,174Updated this week
- Compile time static maps for Rust☆1,988Updated 3 weeks ago
- Subcommand to show result of macro expansion☆2,927Updated last week
- Cap'n Proto for Rust☆2,278Updated 2 weeks ago
- Rust derive-based argument parsing optimized for code size☆1,842Updated last month
- A fast bump allocation arena for Rust☆1,880Updated 2 months ago
- Analysis of various tricky Rust code☆1,956Updated 3 weeks ago
- Rust cache structures and easy function memoization☆1,882Updated last month
- Statistics-driven benchmarking library for Rust☆5,230Updated last month
- A small macro for defining lazy evaluated static variables in Rust.☆2,011Updated 7 months ago
- Type erasure for async trait methods☆2,049Updated last week
- Rust library for single assignment cells and lazy statics without macros☆2,021Updated 3 months ago
- A Rust port of FlameGraph☆1,925Updated 2 months ago
- async fn(Request) -> Result<Response, Error>☆3,938Updated last month
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,527Updated 2 months ago
- Logging implementation for Rust☆2,402Updated 2 weeks ago
- derive(Error) for struct and enum error types☆5,105Updated this week
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction