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
* Add (*Reader).CopyNext(w) (int64, error)
It is useful to be able to efficiently copy objects without
decoding them.
My use case is filtering when I already know the indices of
the objects I want to keep, and for rewriting a dictionary
of objects as a column of objects.
* Remove ReadNext
* Add opportunistic optimization with m.R.Next
* Remove unused ReadNextError
* Remove commented code
* small fixup
- only call (*Reader).Next() when we're sure it won't realloc its buffer
- promote io.ErrUnexpectedEOF to msgp.ErrShortBytes
0 commit comments