Module hash_map

Source
Expand description

A hash map implemented with quadratic probing and SIMD lookup.

Re-exportsยง

pub use crate::map::*;
pub use crate::rustc_entry::*;