bytestring-tree-builder

A very efficient ByteString builder implementation based on the binary tree

https://github.com/nikita-volkov/bytestring-tree-builder

Version on this page:0.2.6
LTS Haskell 22.19:0.2.7.12
Stackage Nightly 2024-04-27:0.2.7.12
Latest on Hackage:0.2.7.12

See all snapshots bytestring-tree-builder appears in

MIT licensed and maintained by Nikita Volkov
This version can be pinned in stack with:bytestring-tree-builder-0.2.6@sha256:cfcbdb4e59e2b52da414bfe03c633ab15c1d63b000a8db948c146e759299edae,4154

Module documentation for 0.2.6

Used by 1 package in nightly-2016-05-13(full list with versions):

According to the benchmarks this builder implementation beats all the alternatives. It is especially well-suited for generating strict bytestrings, beating the standard builder by at least the factor of 4.