VictoriaMetrics/lib/protoparser/opentsdb
Aliaksandr Valialkin 4318f34644
lib/protoparser: substitute hybrid channel-based pools with plain sync.Pool
Using plain sync.Pool simplifies the code without increasing memory usage and CPU usage.
So it is better to use plain sync.Pool from readability and maintainability PoV.

This is a follow-up for 8942f290eb
2024-04-20 22:02:39 +02:00
..
stream lib/protoparser: substitute hybrid channel-based pools with plain sync.Pool 2024-04-20 22:02:39 +02:00
parser.go lib/protoparser/opentsdb: follow-up after 04b0e4e7bf 2022-11-09 15:36:15 +02:00
parser_test.go lib/protoparser/opentsdb: follow-up after 04b0e4e7bf 2022-11-09 15:36:15 +02:00
parser_timing_test.go app/vminsert: move ingestion protocol parsers to lib/protoparser, so they could be re-used in the upcoming vmagent 2020-01-24 16:55:18 +02:00