mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Use xxhash and remove unused hash functions:
We had several hash functions implemented, including SipHash, SpookyHash and FNV1a. Default to using xxhash and remove the code for the remaining hash functions.
This commit is contained in:
@@ -21,8 +21,6 @@
|
||||
#include <test/beast/beast_weak_fn_test.cpp>
|
||||
#include <test/beast/beast_Zero_test.cpp>
|
||||
#include <test/beast/define_print.cpp>
|
||||
#include <test/beast/hash_append_test.cpp>
|
||||
#include <test/beast/hash_speed_test.cpp>
|
||||
#include <test/beast/IPEndpoint_test.cpp>
|
||||
#include <test/beast/LexicalCast_test.cpp>
|
||||
#include <test/beast/SemanticVersion_test.cpp>
|
||||
|
||||
Reference in New Issue
Block a user