@hackage bytestring-strict-builder0.4.5.8
An efficient strict bytestring builder
Categories
License
MIT
Maintainer
Nikita Volkov <nikita.y.volkov@mail.ru>
Links
Versions
Installation
Dependencies (2)
- base >=4.11 && <5
- bytestring >=0.10.2 && <0.13 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 on average the fastest builder of strict bytestrings. . Practical benchmarks have proven it to be highly performant as well. 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".