grafana/pkg/tsdb/prometheus/querydata
Denis Limarev 4d8287b319
Performance: add preallocation for some slice/map (#57860)
This change preallocates slices and maps where the size of the data is known before the object is created.

Co-authored-by: Joe Blubaugh <joe.blubaugh@grafana.com>
2022-11-22 20:24:36 +08:00
..
exemplar_sampler.go
framing_bench_test.go
framing_test.go
request.go Performance: add preallocation for some slice/map (#57860) 2022-11-22 20:24:36 +08:00
request_test.go Prometheus: Make Prometheus streaming parser as default client (#58365) 2022-11-11 17:53:12 +01:00
response.go