Open
Description
json-iterator is using append
in many places to grow a buffer, e.g.:
Line 68 in 71ac162
Line 29 in 71ac162
As noted at golang/go#50774, append
is designed to minimize space wasted at the end of the buffer, whereas most people using json-iterator
probably want to optimise for minimum CPU usage.
I can make a PR, but posting this as an issue first to get feedback.
Metadata
Metadata
Assignees
Labels
No labels