-
perf: optimize header parsing with zero-copy ReadSlice
released this
2025-12-31 23:18:53 +07:00 | 115 commits to main since this release- Replace ReadString with ReadSlice to eliminate allocations
- Use bytes operations instead of strings
- Add FromBytes variant for in-memory parsing
Downloads