MPack v0.5
Pre-release
Pre-release
Changes:
mpack_node_t
is now a handle, so it should be passed by value, not by pointer. Porting to the new version should be as simple as replacingmpack_node_t*
withmpack_node_t
in your code.- Various other minor API changes have been made.
- Major performance improvements were made across all aspects of MPack.