[][src]Type Definition pagecache::FastMap8

type FastMap8<K, V> = HashMap<K, V, BuildHasherDefault<FxHasher64>>;

A fast map that is not resistant to collision attacks. Works on 8 bytes at a time.