Module rustc_data_structures::fnv [] [src]

Unstable (rustc_private)

Structs

FnvHasher [Unstable]

A speedy hash algorithm for node ids and def ids. The hashmap in libcollections 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 just default to a non-cryptographic hash.

Functions

FnvHashMap [Unstable]
FnvHashSet [Unstable]

Type Definitions

FnvHashMap [Unstable]
FnvHashSet [Unstable]