prometheus/model/labels
Marco Pracucci ec31acaf02
FastRegexMatcher: small optimization for the literal prefix case
Signed-off-by: Marco Pracucci <marco@pracucci.com>
2024-07-01 10:12:50 +02:00
..
labels.go
labels_common.go Refactor toNormalisedLower: shorter and slightly faster. (#14299) 2024-06-18 09:57:37 +00:00
labels_dedupelabels.go Labels: further optimisation for dedupelabels 2024-06-21 16:46:13 +01:00
labels_dedupelabels_test.go [PERF] Labels: faster varint for dedupelabels 2024-06-21 11:57:09 +01:00
labels_stringlabels.go Refactor toNormalisedLower: shorter and slightly faster. (#14299) 2024-06-18 09:57:37 +00:00
labels_test.go Labels benchmarks: remove artefact of small symbol-tables 2024-06-21 16:49:10 +01:00
matcher.go Fix Matcher.String() with empty label name 2024-06-13 18:46:35 +02:00
matcher_test.go Quote label name in matchers when needed 2024-05-08 16:58:51 +02:00
regexp.go FastRegexMatcher: small optimization for the literal prefix case 2024-07-01 10:12:50 +02:00
regexp_test.go FastRegexMatcher: small optimization for the literal prefix case 2024-07-01 10:12:50 +02:00
sharding.go
sharding_dedupelabels.go
sharding_stringlabels.go
sharding_test.go
test_utils.go