[][src]Type Definition pagecache::FastSet8

type FastSet8<V> = HashSet<V, BuildHasherDefault<FxHasher64>>;

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