@hackage bytestring-tree-builder0.2.7.13
A very efficient ByteString builder implementation based on the binary tree
Installation
Dependencies (3)
- base >=4.13 && <5
- bytestring >=0.10 && <0.13
- text >=1 && <3 Show all…
Dependents (10)
@hackage/hasql-transaction-io, @hackage/solr, @hackage/postgrest, @hackage/hasql-cursor-transaction, @hackage/strelka, @hackage/json-encoder, Show all…
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.