prometheus/tsdb/index
Bryan Boreham 0a8779f46d TSDB: Make mergedPostings generic
Now we can call it with more specific types which is more efficient than
making everything go through the `Postings` interface.

Benchmark the concrete type.

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2024-12-20 17:09:21 +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 TSDB: Make mergedPostings generic 2024-12-20 17:09:21 +00:00
postings_test.go TSDB: Make mergedPostings generic 2024-12-20 17:09:21 +00:00
postingsstats.go Move from golang.org/x/exp/slices into slices now that we only support Go >= 1.21 2024-02-28 14:54:53 +01:00
postingsstats_test.go Upgrade golangci-lint to v1.60.1 2024-08-18 12:13:25 +02:00