[][src]Type Definition pagecache::FastSet4

type FastSet4<V> = HashSet<V, BuildHasherDefault<FxHasher32>>;

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