rust-lang / hashbrownLinks
Rust port of Google's SwissTable hash map
☆2,862Updated this week
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,267Updated last month
- A binary encoder / decoder implementation in Rust.☆3,076Updated 5 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,287Updated last month
- Blazing fast concurrent HashMap for Rust.☆3,920Updated 11 months ago
- A safe and fast multi-producer, multi-consumer channel.☆2,869Updated last month
- Concurrency permutation testing tool for Rust.☆2,592Updated 3 weeks ago
- Utilities for working with bytes☆2,172Updated this week
- Parser for Rust source code☆3,283Updated this week
- A lock-free, read-optimized, concurrency primitive.☆2,075Updated last week
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,090Updated 3 weeks ago
- Zero-copy deserialization framework for Rust☆3,996Updated last week
- A fast bump allocation arena for Rust☆2,087Updated 3 weeks ago
- Compile time static maps for Rust☆2,093Updated this week
- A small and fast async runtime for Rust☆4,740Updated 2 weeks ago
- Statistics-driven benchmarking library for Rust☆5,412Updated 2 months ago
- Rust derive-based argument parsing optimized for code size☆1,877Updated 6 months ago
- Rust cache structures and easy function memoization☆1,959Updated last month
- Subcommand to show result of macro expansion☆3,028Updated 3 weeks ago
- PROST! a Protocol Buffers implementation for the Rust Language☆4,589Updated 3 weeks ago
- A Rust port of FlameGraph☆2,025Updated 2 months ago
- Analysis of various tricky Rust code☆1,991Updated last month
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,608Updated this week
- Rust library for single assignment cells and lazy statics without macros☆2,057Updated 8 months ago
- Type erasure for async trait methods☆2,107Updated last month
- async fn(Request) -> Result<Response, Error>☆4,070Updated last week
- An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all in…☆3,896Updated this week
- A small macro for defining lazy evaluated static variables in Rust.☆2,028Updated last year
- Parse command line arguments by defining a struct.☆2,731Updated 2 years ago
- Some more derive(Trait) options☆2,068Updated this week
- derive(Error) for struct and enum error types☆5,330Updated 2 weeks ago