msgpack_dart
msgpack_dart copied to clipboard
Optimize string decoder
trafficstars
Adds a few optimizations to the string decoder:
- If length is zero can perform an early return
- Brought the reading of the buffer inline as otherwise an extra copy operation is performed if
copyBinaryDatais true.