./devel/hs-bitwise, Fast multi-dimensional unboxed bit packed Bool arrays

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


Branch: CURRENT, Version: 1.0.0.1nb1, Package name: hs-bitwise-1.0.0.1nb1, Maintainer: pkgsrc-users

Unboxed multidimensional bit packed Bool arrays with fast aggregate
operations based on lifting Bool operations to bitwise operations.

There are many other bit packed structures out there, but none met all of
these requirements:

1. unboxed bit packed Bool array,
2. multi-dimensional indexing,
3. fast (de)serialization, or interoperable with foreign code,
4. fast aggregate operations (fold, map, zip).


Master sites:

Filesize: 16.087 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-31 17:08:30 by Masatake Daimon | Files touched by this commit (5)
Log message:
devel/hs-bitwise: import hs-bitwise-1.0.0.1

Unboxed multidimensional bit packed Bool arrays with fast aggregate
operations based on lifting Bool operations to bitwise operations.

There are many other bit packed structures out there, but none met all of
these requirements:

1. unboxed bit packed Bool array,
2. multi-dimensional indexing,
3. fast (de)serialization, or interoperable with foreign code,
4. fast aggregate operations (fold, map, zip).