VictoriaMetrics/lib/uint64set
Aliaksandr Valialkin f3ec424e7d lib/uint64set: small code cleanup and perf tuning
* Remember the last accessed bucket on Has() call.
* Inline fast paths inside Add() and Has() calls.
* Remove fragile code with maxUnsortedBuckets inside bucket32.
2020-03-25 15:30:25 +02:00
..
uint64set.go lib/uint64set: small code cleanup and perf tuning 2020-03-25 15:30:25 +02:00
uint64set_test.go lib/uint64set: small code cleanup and perf tuning 2020-03-25 15:30:25 +02:00
uint64set_timing_test.go lib/uint64set: add benchmarks for Set.Union 2020-01-18 13:47:02 +02:00