libboxes
boxes is a set of specialised containers built on top of STL
|
Contains wrappers for various hash functions that can be used in Bloom filters. More...
#include <xxhash.h>
#include <memory>
Go to the source code of this file.
Classes | |
class | boxes::hash::XXHash64 |
boxes wrapper for the xxhash64 algorithm More... | |
class | boxes::hash::Murmur2A_X64_64 |
a boxes wrapper for the Murmur2A algorithm More... | |
class | boxes::hash::BJOneAtATime |
a boxes wrapper for Bob Jenkins' One-at-a-Time algorithm More... | |
Contains wrappers for various hash functions that can be used in Bloom filters.
Copyright 2024 Tomasz Wisniewski twdev.nosp@m..blo.nosp@m.gger@.nosp@m.gmai.nosp@m.l.com
Definition in file hashes.hpp.