mirror of
https://github.com/lifegpc/c-utils.git
synced 2026-06-08 22:28:54 +08:00
impl hash map
This commit is contained in:
3
utils_static.cpp
Normal file
3
utils_static.cpp
Normal file
@@ -0,0 +1,3 @@
|
||||
#include "utils_static.h"
|
||||
|
||||
size_t hashmap_primes[26] = { 53, 97, 193, 389, 769, 1543, 3079, 6151, 12289, 24593, 49157, 98317, 196613, 393241, 786433, 1572869, 3145739, 6291469, 12582917, 25165843, 50331653, 100663319, 201326611, 402653189, 805306457, 1610612741 };
|
||||
Reference in New Issue
Block a user