Skip to content

MPack v0.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@ludocode ludocode released this 28 Jul 04:28

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 replacing mpack_node_t* with mpack_node_t in your code.
  • Various other minor API changes have been made.
  • Major performance improvements were made across all aspects of MPack.