tinylib / msgp

A Go code generator for MessagePack / msgpack.org[Go]
MIT License
1.77k stars 189 forks source link

Zero-copy unmarshal #44

Open philhofer opened 9 years ago

andrewchambers commented 6 years ago

This is useful for me as I have quite large buffers I am unmarshalling, maybe I can look at adding this soon.