mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
fix BulkAdd comment
This commit is contained in:
parent
53a8f660a7
commit
144d64c250
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