[][src]Type Definition pagecache::FastMap4

type FastMap4<K, V> = HashMap<K, V, BuildHasherDefault<FxHasher32>>;

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