Description
A very efficient ByteString builder implementation based on the binary tree.
Description
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.