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

Latest commit

 

History

6 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

仓库 files navigation

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.

关于

a pool of byte slice, without the memory fragmentation

Topics

Resources

Stars

2 stars

关注者

1 watching

复刻s

发布

Used by

贡献者

Languages