Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ PopCount
Method
PopCount
libs/coding/compressed_bit_vector.cpp:290–293 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
288
}
289
290
uint64_t DenseCBV::PopCount() const
291
{
292
return m_popCount;
293
}
294
295
bool DenseCBV::GetBit(uint64_t pos) const
296
{
Callers
5
operator()
Method · 0.45
operator()
Method · 0.45
IsEmpty
Method · 0.45
CheckBinaryOp
Function · 0.45
UNIT_TEST
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
2
CheckBinaryOp
Function · 0.36
UNIT_TEST
Function · 0.36