prometheus/tsdb/index
Bryan Boreham 1fb3c1b598
Replace calls to strings.Compare (#9397)
< is clearer and faster. As the documentation says,
"Basically no one should use strings.Compare."

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2021-09-27 17:33:53 +05:30
..
index.go 32 should better be replaced by "symbolFactor" (#9203) 2021-08-13 16:38:53 +05:30
index_test.go typos correct 2021-05-20 09:52:33 +08:00
postings.go Replace calls to strings.Compare (#9397) 2021-09-27 17:33:53 +05:30
postings_test.go Speed up BenchmarkPostings_Stats (#9213) 2021-08-18 10:27:21 +01:00
postingsstats.go Fix some warnings: 'redundant type from array, slice, or map composite literal' (#7109) 2020-04-15 11:17:41 +01:00
postingsstats_test.go Testify: move to require (#8122) 2020-10-29 09:43:23 +00:00