mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Update roaring/container_stash.go
Co-authored-by: Jaden Weiss <jaden@jadendw.dev>
This commit is contained in:
parent
f47888989a
commit
3103da2c19
1 changed files with 1 additions and 1 deletions
|
|
@ -453,7 +453,7 @@ func (c *Container) AsBitmap(target []uint64) (out []uint64) {
|
|||
|
||||
// fillerBitmap is a bitmap full of filler.
|
||||
var fillerBitmap = func() (a [1024]uint64) {
|
||||
for i := 0; i < len(a); i++ {
|
||||
for i := range a {
|
||||
a[i] = ^uint64(0)
|
||||
}
|
||||
return a
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue