Skip to content

v1.2.0

Compare
Choose a tag to compare
@MarshalX MarshalX released this 26 Feb 00:17
· 32 commits to main since this release
467caa3

What's Changed

  • Add encode_dag_cbor by @MarshalX in #5
  • Add profiling by @MarshalX in #6
  • Improve performance of DAG-CBOR decoding (remove a lot of unnecessary allocs and drops) by @MarshalX in #8

Decoding results compared to v1.1.1:

  • citm_catalog.json.dagcbor x2
  • canada.json.dagcbor x1.64
  • twitter.json.dagcbor x1.29

Decoding results compared to v1.1.0:

  • citm_catalog.json.dagcbor x4.9
  • canada.json.dagcbor x4.6
  • twitter.json.dagcbor x4.37

Full Changelog: v1.1.1...v1.2.0