mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
more comment refactoring
This commit is contained in:
parent
5ddeb0f6a0
commit
c1c1121e51
1 changed files with 1 additions and 1 deletions
|
|
@ -699,7 +699,7 @@ func (b *Bitmap) unionIntoTarget(target *Bitmap, others ...*Bitmap) {
|
|||
|
||||
// Performing the popcount() operation with every union is wasteful because
|
||||
// its likely the value will be invalidated by the next union operation. As
|
||||
// a result, when we're performing all our in-place unions we allow the value of
|
||||
// a result, when we're performing all of our in-place unions we allow the value of
|
||||
// n (container cardinality) to fall out of sync, and then at the very end we perform
|
||||
// a "Repair" to recalculate all the container values. That way we never popcount()
|
||||
// an entire bitmap container more than once per bulk union operation.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue