@hackage bytestring-strict-builder0.4.2
An efficient strict bytestring builder
Categories
License
MIT
Maintainer
Nikita Volkov <nikita.y.volkov@mail.ru>
Links
Versions
Installation
Dependencies (4)
- base >=4.6 && <4.11
- base-prelude >=1.2 && <2
- bytestring >=0.10.2 && <0.11
- semigroups >=0.18 && <0.19 Show all…
Dependents (9)
@hackage/Frames-streamly, @hackage/packed-data, @hackage/preql, @hackage/squeal-postgresql, @hackage/postgresql-binary, @cardano/plutus-core, Show all…
According to the competition benchmarks, this library provides the fastest builder of strict bytestrings.
Practical benchmarks have proven it to be highly performant aswell. The encoders from the "postgresql-binary" library have shown a stable performance improvement by factors of up to 10 after the migration from the standard builder to "bytestring-strict-builder".