I released
- zodb-json-code 1.4.0
- with a significant performance boost (Rust compiler optimization)
- adding a direct JSON string decode path. The entire pickle-to-JSON pipeline now runs
in Rust with the GIL released. No intermediate Python dicts are created.
for the store path. 1.3x faster end-to-end on real-world data.
- zodb-pgjsonb 1.3.0
- Optimized history-preserving storage: eliminate duplicate data (thx @mamico for the report)
- utilizing zodb-json-code 1.4.0 direct JSON string decode path