Don't help, I've discovered sync.Pool #golang

In other news, I'm seeing *massive* improvements with Green Tea GC and JSON v2 in v1.25. This application processes blobs of newline-delimited JSON lines of application logs, and tracks metrics via prometheus.

In one of the changes I benchmarked the core loop with Green tea GC, JSON v2 decoder API, and prometheus metrics object caching via sync.Map. Just the gc + json v2 switch has ~37% improvement in speed.

#golang