VictoriaMetrics/lib/uint64set
Aliaksandr Valialkin fb82c4b9fa lib/uint64set: reduce the size of bucket16 by storing smallPool by pointer.
This reduces CPU time spent on bucket16 copying inside bucket13.addBucketAtPos.
2021-03-15 17:23:31 +02:00
..
uint64set.go lib/uint64set: reduce the size of bucket16 by storing smallPool by pointer. 2021-03-15 17:23:31 +02:00
uint64set_test.go lib/uint64set: optimize adding items to the set via Set.AddMulti 2020-07-21 20:56:59 +03:00
uint64set_timing_test.go lib/uint64set: optimize adding items to the set via Set.AddMulti 2020-07-21 20:56:59 +03:00