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.3
LTS Haskell 22.14:0.2.7.12
Stackage Nightly 2024-03-28: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.3@sha256:b733b376c169b320de103d3ac51ec5643ca0de4ab7de496b17d5f1b4f98f1191,4089

Module documentation for 0.2.7.3

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.