summaryrefslogtreecommitdiff
path: root/src/cells
diff options
context:
space:
mode:
Diffstat (limited to 'src/cells')
-rw-r--r--src/cells/heavy_keeper.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cells/heavy_keeper.c b/src/cells/heavy_keeper.c
index 82fe4be..19e7fb1 100644
--- a/src/cells/heavy_keeper.c
+++ b/src/cells/heavy_keeper.c
@@ -14,10 +14,10 @@
#include "mpack/mpack.h"
#include "xxhash/xxhash.h"
// XXHASH is faster
-#define HASH_FUNCTION(keyptr, keylen, hashv) \
- do { \
- hashv = XXH3_64bits(keyptr, keylen); \
- } while (0)
+// #define HASH_FUNCTION(keyptr, keylen, hashv) \
+// do { \
+// hashv = XXH3_64bits(keyptr, keylen); \
+// } while (0)
#include "uthash.h"