Closed sbinet closed 5 years ago
encoding/decoding tables relies heavily on reflect (by way of gonuts/binary).
reflect
gonuts/binary
drop the dependency on gonuts/binary and replace with fast-path handwritten code for all the []T types.
[]T
this was done in df8c57f920b2c9b1b5071cdbbee6556363f25bab
encoding/decoding tables relies heavily on
reflect
(by way ofgonuts/binary
).drop the dependency on
gonuts/binary
and replace with fast-path handwritten code for all the[]T
types.