Package: wnpp
Severity: wishlist

Subject: ITP: golang-github-shenwei356-bpool -- Buffer/Byte pool for Go 
(library)
Package: wnpp
Owner: Andreas Tille <ti...@debian.org>
Severity: wishlist

* Package name    : golang-github-shenwei356-bpool
  Version         : 0.0~git20160710.f9e0ee4
  Upstream Author : Wei Shen
* URL             : https://github.com/shenwei356/bpool
* License         : Apache-2.0
  Programming Lang: (C, C++, C#, Perl, Python, etc.)
  Description     : Buffer/Byte pool for Go (library)
 This library implements leaky pools of byte arrays and Buffers as bounded
 channels.  It is based on the leaky buffer example from the Effective
 .
 Bpool provides the following pool types:
 .
  BufferPool: fixed-size pool of bytes.Buffers
  BytePool:   fixed-size pool of byte slices with a pre-set width
  SizedBufferPool: alternative to BufferPool that pre-sizes the
              capacity of buffers issued from the pool and discards
              buffers that have grown too large upon return.
 .
 A common use case for this package is to use buffers
 to execute HTML templates against (via ExecuteTemplate) or encode JSON
 into (via json.NewEncoder). This allows you to catch any rendering
 or marshalling errors prior to writing to a http.ResponseWriter,
 which helps to avoid writing incomplete or malformed data to the
 response.

Remark: This package is maintained by Debian Go Packaging Team at
   https://salsa.debian.org/go-team/packages/golang-github-shenwei356-bpool

Reply via email to