Path to this page:
./
devel/hs-bytestring-strict-builder,
Efficient strict bytestring builder
Branch: CURRENT,
Version: 0.4.5.7nb2,
Package name: hs-bytestring-strict-builder-0.4.5.7nb2,
Maintainer: pkgsrc-usersAccording 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)
- (2024-05-09) Updated to version: hs-bytestring-strict-builder-0.4.5.7nb2
- (2023-11-02) Updated to version: hs-bytestring-strict-builder-0.4.5.7nb1
- (2023-10-31) Package added to pkgsrc.se, version hs-bytestring-strict-builder-0.4.5.7 (created)
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".
|