[][src]Type Definition pagecache::FastSet1

type FastSet1<V> = HashSet<V, BuildHasherDefault<FxHasher>>;

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