The latest version of bytebuild is 0.3.16.2-0.

bytebuild

Version 0.3.9.0 revision 0 uploaded by andrewthad.

Package meta

Synopsis
Serialize to a small byte arrays
Description

This is similar to the builder facilities provided by Data.ByteString.Builder. It is intended to be used in situations where the following apply:

  • An individual entity will be serialized as a small number of bytes (less than 512).

  • A large number (more than 32) of entities will be serialized one after another without anything between them.

Unlike builders from the bytestring package, these builders do not track their state when they run out of space. A builder that runs out of space simply aborts and is rerun at the beginning of the next chunk. This strategy for building is suitable for most CSVs and several line protocols (carbon, InfluxDB, etc.).

Author
Andrew Martin
Bug reports
https://github.com/byteverse/bytebuild/issues
Category
Data
Copyright
2019 Andrew Martin
Homepage
https://github.com/byteverse/bytebuild
Maintainer
andrew.thaddeus@gmail.com
Package URL
n/a
Stability
n/a

Components