libboxes
boxes is a set of specialised containers built on top of STL
Classes
hashes.hpp File Reference

Contains wrappers for various hash functions that can be used in Bloom filters. More...

#include <xxhash.h>
#include <memory>
Include dependency graph for hashes.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.