prometheus/model/labels
Łukasz Mierzwa 89de30a0b7
Avoid reallocating map in MatchLabels (#10715)
We know the max size of our map so we can create it with that information and avoid extra allocations

Signed-off-by: Łukasz Mierzwa <l.mierzwa@gmail.com>
2022-05-20 10:18:31 +02:00
..
labels_test.go Compare equality of label.Label structs directly (#10427) 2022-03-15 00:30:04 +01:00
labels.go Avoid reallocating map in MatchLabels (#10715) 2022-05-20 10:18:31 +02:00
matcher_test.go
matcher.go
regexp_test.go
regexp.go
test_utils.go