@hackage bytestring-tree-builder0.2.7.3
A very efficient ByteString builder implementation based on the binary tree
Installation
Dependencies (5)
- base >=4.6 && <5
- base-prelude <2
- bytestring >=0.10 && <0.11
- semigroups >=0.18 && <0.20
- text >=1 && <2 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.