mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-16 10:06:36 +02:00
This is just an experiment. It will create a lot more allocations, but I think those can be reduced by introducing a sync.Pool for the various Point implementations. Before doing that significant effort, I would like to get opinions. (It's already quite an effort for just an experiment.) Signed-off-by: beorn7 <beorn@grafana.com>