Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/RoaringBitmap/roaring
/ highbits
Function
highbits
util.go:114–116 ·
view source on GitHub ↗
(x uint32)
Source
from the content-addressed store, hash-verified
112
}
113
114
func
highbits(x uint32) uint16 {
115
return
uint16(x >> 16)
116
}
117
118
func
lowbits(x uint32) uint16 {
119
return
uint16(x & maxLowBit)
Callers
15
Contains
Method · 0.70
Add
Method · 0.70
addwithptr
Method · 0.70
CheckedAdd
Method · 0.70
Remove
Method · 0.70
CheckedRemove
Method · 0.70
Rank
Method · 0.70
CardinalityInRange
Method · 0.70
AddMany
Method · 0.70
Flip
Method · 0.70
AddRange
Method · 0.70
RemoveRange
Method · 0.70
Calls
no outgoing calls
Tested by
1
TestLobHob
Function · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…