Module rustc_data_structures::fx
[−]
[src]
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Structs
FxHasher |
[ Experimental ] A speedy hash algorithm for use within rustc. The hashmap in liballoc by default uses SipHash which isn't quite as speedy as we want. In the compiler we're not really worried about DOS attempts, so we use a fast non-cryptographic hash. |
Functions
FxHashMap |
[ Experimental ]
|
FxHashSet |
[ Experimental ]
|
Type Definitions
FxHashMap |
[ Experimental ]
|
FxHashSet |
[ Experimental ]
|