Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ hash
Function
hash
src/Common/StringUtils/StringUtils.cpp:228–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
{ return _Hash_bytes(__ptr, __clength, __seed); }
227
228
size_t hash(const std::string &s)
229
{
230
return hashImpl(s.c_str(), s.length());
231
}
232
233
}
234
Callers
15
set
Method · 0.50
get
Method · 0.50
writeSegment
Method · 0.50
TEST
Function · 0.50
generateData
Function · 0.50
get
Method · 0.50
remove
Method · 0.50
getHash
Method · 0.50
getHash
Method · 0.50
insert
Method · 0.50
ALWAYS_INLINE emplace
Method · 0.50
find
Method · 0.50
Calls
5
hashImpl
Function · 0.85
v2_do_string_hash
Function · 0.85
length
Method · 0.80
data
Method · 0.45
size
Method · 0.45
Tested by
3
TEST
Function · 0.40
generateData
Function · 0.40
TEST
Function · 0.40