VictoriaMetrics/lib/uint64set
Aliaksandr Valialkin 605d588ba6 lib/uint64set: reduce memory usage in Union, Intersect and Subtract methods
Iterate items with newly added Set.ForEach method instead of allocating `[]uint64`
slice for all the items before the iteration.
2020-01-15 12:12:49 +02:00
..
uint64set.go lib/uint64set: reduce memory usage in Union, Intersect and Subtract methods 2020-01-15 12:12:49 +02:00
uint64set_test.go lib/uint64set: reduce memory usage in Union, Intersect and Subtract methods 2020-01-15 12:12:49 +02:00
uint64set_timing_test.go lib/storage: create and use lib/uint64set instead of map[uint64]struct{} 2019-09-24 21:17:55 +03:00