blob: a6b0630bf9626968c30de9ae3f3210a6643d18fa (
plain)
1
2
3
4
5
6
|
Variable size bufferpool that supports storing buffers up to 512kb in size
See documentation for more information: https://godocs.io/git.iim.gay/grufwub/go-bufpool
Please note, the test here is a worst-case scenario for allocations (the size
requests always increase so a new slice is always required)
|