builder: bounded ByteArray builder type

[ bsd3, data, library ] [ Propose Tags ]

A Builder type for ByteArray. Appending these builders can be cheaper than when appending ByteArray values, since only one buffer allocation is performed.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2
Change log CHANGELOG.md
Dependencies base (>=4.11 && <4.14), byte-order (>=0.1.1 && <0.2), primitive (>=0.6.4 && <0.8), primitive-unaligned (>=0.1 && <0.2) [details]
License BSD-3-Clause
Copyright © 2019 chessai
Author chessai
Maintainer chessai <chessai1996@gmail.com>
Category Data
Home page https://github.com/chessai/builder
Bug tracker https://github.com/chessai/builder/issues
Source repo head: git clone https://github.com/chessai/builder.git
Uploaded by chessai at 2019-09-13T14:33:23Z
Distributions
Downloads 788 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-09-13 [all 1 reports]

Readme for builder-0.2

[back to package description]

builder

Hackage BSD3 license Build status

bounded bytearray builder type