- Notifications
You must be signed in to change notification settings - Fork329
Closed
Labels
Milestone
Description
Sync pool can be useful, but in places like inwsjson
are there worry about variable message sizes and the impact on memory?
Seegolang/go#23199 for info on memory growth through sync.pool.
The GC is much more effective than it used to be. Maybe still useful for fixed length pools? I haven't benchmarked it though.