You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trac3r-rust/doc/rustc_hash/sidebar-items.js

1 line
435 B

5 years ago
initSidebarItems({"struct":[["FxHasher","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."]],"type":[["FxHashMap","Type alias for a hashmap using the `fx` hash algorithm."],["FxHashSet","Type alias for a hashmap using the `fx` hash algorithm."]]});