Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Select
Method
Select
libs/coding/compressed_bit_vector.cpp:361–365 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
359
}
360
361
uint64_t SparseCBV::Select(size_t i) const
362
{
363
ASSERT_LESS(i, m_positions.size(), ());
364
return m_positions[i];
365
}
366
367
uint64_t SparseCBV::PopCount() const
368
{
Callers
2
operator()
Method · 0.45
operator()
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected