VictoriaMetrics/app/vmselect/graphiteql
Aliaksandr Valialkin 6b81441ed0
app/vmselect: use strings.EqualFold instead of strings.ToLower where appropriate
Strings.EqualFold doesn't allocate memory contrary to strings.ToLower if the input string contains uppercase chars
2024-05-12 10:21:24 +02:00
..
lexer.go Graphite vmalert wip (#112) 2021-02-01 15:28:30 +02:00
lexer_test.go Graphite vmalert wip (#112) 2021-02-01 15:28:30 +02:00
parser.go app/vmselect: use strings.EqualFold instead of strings.ToLower where appropriate 2024-05-12 10:21:24 +02:00
parser_test.go Graphite vmalert wip (#112) 2021-02-01 15:28:30 +02:00