[][src]Type Definition pagecache::FastMap1

type FastMap1<K, V> = HashMap<K, V, BuildHasherDefault<FxHasher>>;

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