Name Description Size Coverage
alloc.rs 3401 -
control -
external_trait_impls -
hasher.rs 1981 -
lib.rs This crate is a Rust port of Google's high-performance [SwissTable] hash map, adapted to make it a drop-in replacement for Rust's standard `HashMap` and `HashSet` types. The original C++ version of [SwissTable] can be found [here], and this [CppCon talk] gives an overview of how the algorithm works. [SwissTable]: https://abseil.io/blog/20180927-swisstables [here]: https://github.com/abseil/abseil-cpp/blob/master/absl/container/internal/raw_hash_set.h [CppCon talk]: https://www.youtube.com/watch?v=ncHmEUmJZf4 5578 -
macros.rs 2183 -
map.rs 216071 -
raw.rs 197141 -
raw_entry.rs 57075 -
rustc_entry.rs 18598 -
scopeguard.rs 1398 -
set.rs 88194 -
table.rs 100960 -
util.rs 806 -