VictoriaMetrics/lib/uint64set
Aliaksandr Valialkin f1620ba7c0 lib/storage: fix inmemory inverted index issues found in v1.29
Issues fixed:
- Slow startup times. Now the index is loaded from cache during start.
- High memory usage related to superflouos index copies every 10 seconds.
2019-11-13 13:35:38 +02:00
..
uint64set.go lib/storage: fix inmemory inverted index issues found in v1.29 2019-11-13 13:35:38 +02:00
uint64set_test.go lib/storage: fix inmemory inverted index issues found in v1.29 2019-11-13 13:35:38 +02:00
uint64set_timing_test.go lib/storage: create and use lib/uint64set instead of map[uint64]struct{} 2019-09-24 21:18:04 +03:00