hashset.hpp

This commit is contained in:
Antonio SJ Musumeci 2025-01-11 23:41:17 -06:00
parent d3280318c8
commit 4103e7888f

View File

@ -76,6 +76,8 @@ public:
size_t size;
u64_set_itr itr;
hashval = rapidhash((void*)str_,len_);
size = u64_set_size(&_u64_set);
itr = u64_set_get_or_insert(&_u64_set,hashval);