mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
fix BulkAdd comment
This commit is contained in:
parent
22e9c1cafa
commit
c368288638
1 changed files with 1 additions and 1 deletions
2
cache.go
2
cache.go
|
|
@ -135,7 +135,7 @@ func (c *RankCache) Add(bitmapID uint64, n uint64) {
|
|||
}
|
||||
}
|
||||
|
||||
// Add adds a bitmap to the cache unsorted you should Invalidate after completion
|
||||
// BulkAdd adds a bitmap to the cache unsorted. You should Invalidate after completion.
|
||||
func (c *RankCache) BulkAdd(bitmapID uint64, n uint64) {
|
||||
if n < c.ThresholdValue {
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue