We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43da291 commit e066cd3Copy full SHA for e066cd3
RELEASE_NOTES.md
@@ -5,6 +5,7 @@
5
* Allow setting null to ArrayBufferInput for advanced applications that require dedicated memory management.
6
* Fix MessageBufferPacker.toXXX to properly flush the output
7
* Modify ValueFactory methods to produce a copy of the input data. To omit the copy, use `omitCopy` flag.
8
+ * Improve the performance of MessagePackParser by unpacking data without org.msgpack.value.Value.
9
10
* 0.8.0
11
* Split MessagePack.Config into MessagePack.Packer/UnpackerConfig
0 commit comments