VictoriaMetrics/lib/bloomfilter
Aliaksandr Valialkin 140e7b6b74
all: replace atomic.Value with atomic.Pointer[T]
This eliminates the need in .(*T) casting for results obtained from Load()

Leave atomic.Value for map, since atomic.Pointer[map[...]...] makes double pointer to map,
because map is already a pointer type.
2023-07-19 17:42:06 -07:00
..
filter_test.go app/vmagent: add ability to limit series cardinality on a per-hour and per-day basis 2021-05-20 13:13:40 +03:00
filter_timing_test.go app/vmagent: add ability to limit series cardinality on a per-hour and per-day basis 2021-05-20 13:13:40 +03:00
filter.go app/vmagent: add ability to limit series cardinality on a per-hour and per-day basis 2021-05-20 13:13:40 +03:00
limiter_test.go lib/bloomfilter: fix TestLimiterConcurrent 2021-05-24 05:17:36 +03:00
limiter.go all: replace atomic.Value with atomic.Pointer[T] 2023-07-19 17:42:06 -07:00