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.11
LTS Haskell 22.21:0.2.7.12
Stackage Nightly 2024-05-06: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.7.11@sha256:ad8e82ec0fd5acbf20c3f7ba77ae0da60074e1d78e1b5290620b66da79af8fe8,2709

Module documentation for 0.2.7.11

Depends on 3 packages(full list with versions):
Used by 1 package in lts-21.25(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.