bytestring-tree-builder

A very efficient ByteString builder implementation based on the binary tree

According to <https://github.com/nikita-volkov/bytestring-builders-benchmark 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.

Install

cabal install bytestring-tree-builder