pkgsrc/devel/go-bytebufferpool/PLIST
ng0 b4e65fc8bb Add devel/go-bytebufferpool version 1.0.0
go-bytebufferpool is an implementation of a pool of byte buffers
with anti-memory-waste protection.
The pool may waste limited amount of memory due to fragmentation.
This amount equals to the maximum total size of the
byte buffers in concurrent use.
2019-11-06 10:56:14 +00:00

11 lines
649 B
Text

@comment $NetBSD: PLIST,v 1.1 2019/11/06 10:56:14 ng0 Exp $
gopkg/pkg/${GO_PLATFORM}/github.com/valyala/bytebufferpool.a
gopkg/src/github.com/valyala/bytebufferpool/LICENSE
gopkg/src/github.com/valyala/bytebufferpool/README.md
gopkg/src/github.com/valyala/bytebufferpool/bytebuffer.go
gopkg/src/github.com/valyala/bytebufferpool/bytebuffer_example_test.go
gopkg/src/github.com/valyala/bytebufferpool/bytebuffer_test.go
gopkg/src/github.com/valyala/bytebufferpool/bytebuffer_timing_test.go
gopkg/src/github.com/valyala/bytebufferpool/doc.go
gopkg/src/github.com/valyala/bytebufferpool/pool.go
gopkg/src/github.com/valyala/bytebufferpool/pool_test.go