BPHash
General object hashing library for C++
|
Files | |
file | MurmurHash3_reference.cpp [code] |
MurmurHash reference implementation (source) | |
file | MurmurHash3_reference.h [code] |
MurmurHash reference implementation (header) | |
file | test_benchmark.cpp [code] |
Benchmarking of hashing algorithms. | |
file | test_detect.cpp [code] |
Testing of compile-time detection of hashing ability. | |
file | test_floating.cpp [code] |
Testing of floating point types. | |
file | test_helpers.hpp [code] |
Helper functions for testing. | |
file | test_integers.cpp [code] |
Testing of integral types. | |
file | test_reference.cpp [code] |
Testing of core hashing algorithms. | |
file | test_stl.cpp [code] |
Testing of std::hash replacement. | |
file | test_string.cpp [code] |
Testing of string types. | |
file | test_tuple.cpp [code] |
Testing of tuple and pair. | |
file | test_unique.cpp [code] |