./devel/hs-bytestring-strict-builder, Efficient strict bytestring builder

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.4.5.7nb1, Package name: hs-bytestring-strict-builder-0.4.5.7nb1, Maintainer: pkgsrc-users

According to the competition benchmarks
(https://github.com/nikita-volkov/bytestring-builders-benchmark), 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".


Master sites:

Filesize: 7.098 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-28 22:25:14 by Masatake Daimon | Files touched by this commit (1)
Log message:
devel/hs-bytestring-strict-builder: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-31 17:13:53 by Masatake Daimon | Files touched by this commit (5)
Log message:
devel/hs-bytestring-strict-builder: import hs-bytestring-strict-builder-0.4.5.7

According to the competition benchmarks
(https://github.com/nikita-volkov/bytestring-builders-benchmark), 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".