msgpack_dart icon indicating copy to clipboard operation
msgpack_dart copied to clipboard

Optimize string decoder

Open Jon-Salmon opened this issue 1 year ago • 0 comments
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 copyBinaryData is true.

Jon-Salmon avatar May 07 '24 17:05 Jon-Salmon