Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RoaringBitmap/roaring
/ size
Method
size
roaring64/roaringarray64.go:274–276 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
272
}
273
274
func
(ra *roaringArray64) size() int {
275
return
len(ra.keys)
276
}
277
278
func
(ra *roaringArray64) binarySearch(begin, end int64, ikey uint32) int {
279
low := begin
Callers
3
equals
Method · 0.95
appendCopiesUntil
Method · 0.45
appendCopiesAfter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected