From abdc56d404952c19fce83bb0cbc9be14509d2626 Mon Sep 17 00:00:00 2001 From: Timerix22 Date: Sat, 11 Jun 2022 15:38:35 +0300 Subject: [PATCH] xxhash added --- .idea/inspectionProfiles/Project_Default.xml | 4 +- .idea/misc.xml | 4 +- src/{Hashtable => HashFunctions}/hash.c | 7 +- src/{Hashtable => HashFunctions}/hash.h | 2 + src/HashFunctions/xxhash.c | 12 + src/HashFunctions/xxhash.h | 6075 ++++++++++++++++++ src/Hashtable/Hashtable.h | 2 +- src/Hashtable2/Hashtable2.hpp | 3 +- src/base/std.h | 3 - tests/main.cpp | 2 +- tests/test_hash_functions.c | 56 +- 11 files changed, 6134 insertions(+), 36 deletions(-) rename src/{Hashtable => HashFunctions}/hash.c (96%) rename src/{Hashtable => HashFunctions}/hash.h (74%) create mode 100644 src/HashFunctions/xxhash.c create mode 100644 src/HashFunctions/xxhash.h diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 7cf8c34..a0da399 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -17,8 +17,8 @@