You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.
compare performance if you save io.Reader from d.Buffered() and take it during decoding with creating a new decoder from sync.Pool since this is a free operation
The text was updated successfully, but these errors were encountered:
compare performance if you save io.Reader from d.Buffered() and take it during decoding with creating a new decoder from sync.Pool since this is a free operation
The text was updated successfully, but these errors were encountered: