0.0.13
Release 0.0.13 (0.0.12 β 0.0.13)
π Statistics: 12 commits
β¨ New Features
- Utilizing the inherent characteristics of zig to achieve some performance improvements
- Performance Benchmarking Suite: Added comprehensive benchmarking system (
bench.zig)- Covers serialization/deserialization performance for all major types
- Provides throughput and latency metrics
- Supports performance comparison for different container sizes
π§ͺ Testing Improvements
- Fuzz Testing: Added comprehensive fuzz testing suite for improved robustness
- Constant Validation: Added complete constant validation tests
π§ Refactoring & Optimization
- Parsing Logic Optimization: Optimized extension type and timestamp parsing logic
- Integer Read/Write Simplification: Simplified integer read/write methods, reduced code duplication
- Type Conversion Enhancement: Improved Payload type conversion with enhanced type safety
- Constant Organization: Replaced magic numbers with named constants for better readability
- Error Naming Standardization: Unified error naming conventions
- Code Formatting Standardization: Standardized indentation and spacing style
π Documentation
- AGENT.md: Added comprehensive LLM code reading guidelines
π₯ Contributors
- jinzhongjia (12 commits)