Skip to content

Releases: cffls/cbor2pure

Release list

5.8.0

Choose a tag to compare

@github-actions github-actions released this 28 Feb 03:54
560fd26
  • 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

Choose a tag to compare

@cffls cffls released this 17 Dec 04:49
bccc567