VictoriaMetrics/app/vmselect/graphiteql
Aliaksandr Valialkin 92de6ea340
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:20:41 +02:00
..
lexer.go Graphite vmalert wip (#112) 2021-02-01 15:05:32 +02:00
lexer_test.go Graphite vmalert wip (#112) 2021-02-01 15:05:32 +02:00
parser.go app/vmselect: use strings.EqualFold instead of strings.ToLower where appropriate 2024-05-12 10:20:41 +02:00
parser_test.go Graphite vmalert wip (#112) 2021-02-01 15:05:32 +02:00