prometheus/tsdb/index
Bryan Boreham ca3119bd24 TSDB: eliminate one yolostring
When the only use of a []byte->string conversion is as a map key, Go
doesn't allocate.

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2024-11-26 17:21:55 +00:00
..
index.go TSDB: eliminate one yolostring 2024-11-26 17:21:55 +00:00
index_test.go Upgrade to golangci-lint v1.62.0 (#15424) 2024-11-20 17:22:20 +01:00
postings.go MemPostings: allocate ListPostings once in PFALV (#15465) 2024-11-26 16:03:45 +01:00
postings_test.go [PERF] TSDB: Optimize inverse matching (#14144) 2024-11-19 15:49:01 +00:00
postingsstats.go
postingsstats_test.go