bytebuild: Build byte arrays

[ bsd3, data, library ] [ Propose Tags ]

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.).

Flags

Manual Flags

NameDescriptionDefault
checked

Add bounds-checking to primitive array operations

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.3.4.0, 0.3.5.0, 0.3.6.0, 0.3.7.0, 0.3.8.0, 0.3.9.0, 0.3.10.0, 0.3.11.0, 0.3.12.0, 0.3.13.0, 0.3.14.0, 0.3.15.0, 0.3.16.0, 0.3.16.1, 0.3.16.2
Change log CHANGELOG.md
Dependencies base (>=4.17.0.0 && <4.20), byteslice (>=0.2.6 && <0.3), bytestring (>=0.10.8.2 && <0.13), haskell-src-meta (>=0.8.13), integer-logarithms (>=1.0.3 && <1.1), natural-arithmetic (>=0.1 && <0.3), primitive (>=0.7 && <0.10), primitive-offset (>=0.2 && <0.3), run-st (>=0.1.2 && <0.2), template-haskell (>=2.16), text (>=2.0 && <2.2), text-short (>=0.1.3 && <0.2), wide-word (>=0.1.0.9 && <0.2), zigzag [details]
License BSD-3-Clause
Copyright 2019 Andrew Martin
Author Andrew Martin
Maintainer amartin@layer3com.com
Category Data
Home page https://github.com/byteverse/bytebuild
Bug tracker https://github.com/byteverse/bytebuild/issues
Source repo head: git clone git://github.com/byteverse/bytebuild.git
Uploaded by l3c_amartin at 2024-02-07T14:02:57Z
Distributions LTSHaskell:0.3.16.2, NixOS:0.3.15.0, Stackage:0.3.16.2
Reverse Dependencies 21 direct, 87 indirect [details]
Downloads 6292 total (146 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-02-07 [all 1 reports]