mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-12 23:51:03 +00:00
replace word in comment for clarity
This commit is contained in:
parent
038e3d4304
commit
efd6116d3f
1 changed files with 1 additions and 1 deletions
|
|
@ -454,7 +454,7 @@ func (b *Bitmap) unionIntoTargetSingle(target *Bitmap, other *Bitmap) {
|
|||
// participate in the union. This significantly reduces allocations. In addition,
|
||||
// because we perform the unions one container at a time accross all the bitmaps, we
|
||||
// can calculate summary statistics that allow us to make more efficient decisions
|
||||
// up front. For example, imagine trying to combine a union accross the following three
|
||||
// up front. For example, imagine trying to perform a union accross the following three
|
||||
// bitsets:
|
||||
//
|
||||
// 1. Bitmap A: Single array container at key 0 with 400 values in it.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue