Tags: umitkavala/zeroc
Tags
Release v1.0.2 - Python 3.8 Compatibility Fix Zeroc: High-Performance API Compression Protocol This patch release fixes Python 3.8 compatibility: Fixed: - Python 3.8 compatibility in data_generator.py - numpy.typing import fallback for older NumPy versions - CI test failures on Python 3.8 The package now properly supports Python 3.8-3.12 as advertised. PyPI: pip install umitkavala-zeroc Docs: https://github.com/umitkavala/zeroc
Release v1.0.1 - Package metadata improvements Zeroc: High-Performance API Compression Protocol This patch release includes package metadata improvements: Fixed: - Added LICENSE file to package distribution - Simplified author metadata for PyPI compatibility - Proper package configuration for PyPI Features (from v1.0.0): - Wire format encoder/decoder (Protocol v1.0) - Dictionary loader with validation and caching - CRC32C checksum support - 2.35-3.22x better compression than JSON+gzip - Sub-millisecond encode/decode latency - Python 3.8-3.12 support Benchmark Results: - Orders: 75.8B vs 244B JSON+gzip (3.22x improvement) - Product Views: 46.5B vs 109.3B JSON+gzip (2.35x improvement) - Search Requests: 47.1B vs 119.8B JSON+gzip (2.54x improvement) PyPI: pip install umitkavala-zeroc Docs: https://github.com/umitkavala/zeroc