mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-17 08:36:55 +03:00
The pool is used mostly for obtaining byte buffers for responses from scrape targets. There are no responses smaller than 256 bytes in practice, so there is no sense in maintaining pools for byte slices up to 64 and 128 bytes.