mirror of
https://github.com/yusing/godoxy.git
synced 2026-02-24 19:34:53 +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.