./devel/hs-bitvec, Space-efficient bit vectors

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


Branch: CURRENT, Version: 1.1.5.0nb1, Package name: hs-bitvec-1.1.5.0nb1, Maintainer: pho

A newtype over Bool with a better Vector instance: 8x less memory,
up to 1000x faster.


Master sites:

Filesize: 39.137 KB

Version history: (Expand)


CVS history: (Expand)


   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-29 11:07:00 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-bitvec: Update to 1.1.5.0

1.1.5.0
* Make zipBits unconditionally strict in its second bit vector argument
  (thanks to @treeowl).
* Add simd flag (enabled by default) to use a C SIMD implementation for
  zipBits, invertBits, countBits, bitIndex, nthBitIndex, selectBits,
  excludeBits, reverseBits (thanks to @konsumlamm).
* Decomission libgmp flag.

1.1.4.0
* Include Data.Bit.Gmp only if libgmp flag is set.
* Tweak inlining pragmas to inline less aggressively.
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2022-08-22 12:06:14 by Thomas Klausner | Files touched by this commit (5)
Log message:
devel/hs-bitvec: import hs-bitvec-1.1.3.0

A newtype over Bool with a better Vector instance: 8x less memory,
up to 1000x faster.