bytebufferpool
bytebufferpool copied to clipboard
Avoid allocation when the internal buffer grows
Usage example: https://github.com/mailru/easyjson/blob/master/jwriter/writer.go#L114:L117
Basic idea: https://github.com/mailru/easyjson/blob/master/buffer/pool.go#L80:L104