v1.2.0
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