mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-03-26 11:05:12 +08:00
hashset.hpp
This commit is contained in:
parent
acdb8746b8
commit
baaa84bbd2
@ -29,14 +29,9 @@
|
||||
static
|
||||
inline
|
||||
uint64_t
|
||||
vt_hash_const_string(const char *key_)
|
||||
vt_hash_uint64(const uint64_t hash_)
|
||||
{
|
||||
uint64_t hash = 0xcbf29ce484222325ull;
|
||||
|
||||
while(*key_)
|
||||
hash = (((const unsigned char)*key_++ ^ hash) * 0x100000001b3ull);
|
||||
|
||||
return hash;
|
||||
return hash_;
|
||||
}
|
||||
|
||||
static
|
||||
|
Loading…
x
Reference in New Issue
Block a user