Tidy up container hash functions:

* Add xxhasher
* Move fnv1a, siphash, spookyto hash/
* Move hash_append, uhash to hash/
* Move hash_speed_test to hash/
* Move hash classes to individual header files
* Remove hardened_hash
This commit is contained in:
Vinnie Falco
2015-01-13 10:50:04 -08:00
parent 9ca6740db3
commit e8c07717fc
24 changed files with 1630 additions and 609 deletions

View File

@@ -18,8 +18,8 @@
//==============================================================================
#include <unordered_map>
#include <beast/cxx14/memory.h>
#include <beast/hash/uhash.h>
#include <beast/cxx14/memory.h> // <memory>
namespace beast {
namespace insight {