khash.h: reduce KHASH_DEFAULT_SIZE from 32 to 8

This commit is contained in:
Yukihiro "Matz" Matsumoto
2025-06-23 13:23:28 +09:00
parent c152f3a79a
commit 791b374155
+1 -1
View File
@@ -21,7 +21,7 @@ typedef uint32_t khint_t;
typedef khint_t khiter_t;
#ifndef KHASH_DEFAULT_SIZE
# define KHASH_DEFAULT_SIZE 32
# define KHASH_DEFAULT_SIZE 8
#endif
#define KHASH_MIN_SIZE 8