_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-djherbis-buffer 1.2.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/djherbis/buffer
Licenses: Expat
Build system: go
Synopsis: Composable Buffers for Golang
Description:

Package buffer implements a series of Buffers which can be composed to implement complicated buffering strategies.

Supported buffers:

  • Wrapper for bytes.

  • File-based buffering.

  • A fixed length linked-list of buffers.

  • A queue of buffers.

  • A single buffer which begins overwriting the oldest buffered data when it reaches its capacity.

  • A single buffer which when full, writes the overflow to a given io.

  • Empty buffer.

  • Customize buffers.

Total packages: 1