Releases: theseyan/mpack-zig
Releases · theseyan/mpack-zig
v0.2.1
v0.2.0
- The tree-based reader API is now
Tree API
, and it's cursor isTreeCursor
. - Added primitive, non-allocating, fast
Reader
andCursor
APIs. - Refactor
TreeCursor
for much faster runtimes. - Add
Tree.Pool
to pre-allocate a pool of nodes to avoid dynamic allocations in hot paths. - Add benchmarks using
zBench
. - Minor fixes
v0.1.1
Full Changelog: v0.1.0...v0.1.1