Skip to content

0.0.13

Choose a tag to compare

@jinzhongjia jinzhongjia released this 18 Oct 08:29
· 36 commits to main since this release

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)