Releases: cffls/cbor2pure
Releases · cffls/cbor2pure
Release list
5.8.0
- Added readahead buffering to C decoder for improved performance. The decoder now uses a 4 KB buffer by default to reduce the number of read calls. Benchmarks show 20-140% performance improvements for decoding operations. (#268+; PR by @andreer)
- Fixed Python decoder not preserving share index when decoding array items containing nested shareable tags, causing shared references to resolve to wrong objects (#267+; PR by @andreer)
- Reset shared reference state at the start of each top-level encode/decode operation (#266+; PR by @andreer)
5.7.2
Full Changelog: https://github.com/cffls/cbor2pure/commits/5.7.2