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.5
LTS Haskell 22.19:0.2.7.12
Stackage Nightly 2024-05-01: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.5@sha256:0007b4cf2b3fb98c49b7cb6f71d1ac105ee367b195913b7f870ff241209eb114,4154

Module documentation for 0.2.5

Used by 1 package in nightly-2016-03-19(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.