Skip to content

surrealdb/bump

Repository files navigation

bump

An efficient buffering library for Go (Golang).

Features

  • Simple and efficient buffering
  • Reuse readers and writers repeatedly
  • Write to io.Writer, or directly to a byte slice
  • Read from io.Reader, or directly from a byte slice
  • Reading directly from byte slice requires no allocations

Installation

go get github.com/surrealdb/bump

Releases

No releases published

Packages

No packages published