Skip to content

5.8.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Dec 18:43
· 2 commits to master since this release
  • 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)