mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
feat(string): add SStrHashHT
This commit is contained in:
parent
f631bdac3b
commit
abb9e8ed79
6 changed files with 277 additions and 0 deletions
8
storm/string/bjhash.hpp
Normal file
8
storm/string/bjhash.hpp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef STORM_STRING_BJ_HASH_HPP
|
||||
#define STORM_STRING_BJ_HASH_HPP
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
uint32_t bjhash(uint8_t* k, uint32_t length, uint32_t initval);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue