Skip to content
This repository has been archived by the owner on May 10, 2020. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 403 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 403 Bytes

GoDoc

bufferpool

a pool of byte slice, without the memory fragmentation

Byte slices in this pool are backed by a big array and all of them have a fixed, equal size so they will not grow as a result of append actions. They are safe for concurrent use because the ranges have not overlaps.