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.7.7
LTS Haskell 23.9:0.2.7.13
Stackage Nightly 2025-02-16:0.2.7.13
Latest on Hackage:0.2.7.13

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.7.7@sha256:2cfa1208f33826d4c39e59ad282b1ef0e0535c4bc52f6171b697f58970dfde7e,3896

Module documentation for 0.2.7.7

Used by 1 package in lts-17.2(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.