mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-15 16:13:32 +01:00
- Introduced new benchmarks for GetLarge and GetLargeUnsized methods to evaluate performance with varying buffer sizes. - Added a new test file for BytesPool, covering various scenarios including sized and unsized buffer retrieval, buffer splitting, and memory safety. - Improved memory management in the BytesPool implementation to ensure efficient buffer reuse and capacity handling.