reset roaring.go and added bitmap.Min

This commit is contained in:
Yuce Tekol 2019-06-17 16:12:43 +03:00
parent 06aa2cf98e
commit 5c59449ed2
No known key found for this signature in database
GPG key ID: CB59E46D2FB90573

View file

@ -2015,6 +2015,7 @@ func (c *Container) bitmapMax() uint16 {
r := bits.LeadingZeros64(v)
return uint16((i-1)*64 + 63 - r)
}
}
return 0
}