Metadata for ghc-bitwise-1.0.0.1-7.el10_0.aarch64.rpm

0 directories 0 files
Go up

INFO

Name: ghc-bitwise
Version: 1.0.0.1-7.el10_0
Arch: aarch64
Summary: Fast multi-dimensional unboxed bit packed Bool arrays
License: BSD-3-Clause
Vendor: Fedora Project
Build Host: buildvm-a64-30.iad2.fedoraproject.org
Build Date: Fri May  2 18:26:36 2025
Size: 412846
URL: https://hackage.haskell.org/package/bitwise
Description: 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).

Quick tour of the bitwise library:

[Data.Bits.Bitwise] Lift boolean operations on 'Bool' to bitwise operations on
'Data.Bits.Bits'.

[Data.Array.BitArray] Immutable bit arrays.

[Data.Array.BitArray.ST] Mutable bit arrays in 'Control.Monad.ST.ST'.

[Data.Array.BitArray.IO] Mutable bit arrays in 'IO'.

[Data.Array.BitArray.ByteString] (De)serialization.

[Codec.Image.PBM] Portable bitmap monochrome 2D image format.

Very rough performance benchmarks:

* immutable random access single bit reads: 'BitArray ix' is about 40% slower
than 'UArray ix Bool',

* 'Control.Monad.ST.ST' mutable random access single bit reads: 'STBitArray s
ix' is about the same as 'STUArray s ix Bool',

* immutable map 'Bool -> Bool': 'BitArray ix' is about 85x faster than 'UArray
ix Bool',

* immutable zipWith 'Bool -> Bool -> Bool': 'BitArray ix' is about 1300x faster
than 'UArray ix Bool'.

FILES

/usr/lib/.build-id
/usr/lib/.build-id/04
/usr/lib/.build-id/04/35a68dfa051728cf1e2f45c15dcfb833419313
/usr/lib64/ghc-9.6.6/lib/libHSbitwise-1.0.0.1-2DxYIjAuiDa30WWLo8XlFV-ghc9.6.6.so
/usr/share/licenses/ghc-bitwise
/usr/share/licenses/ghc-bitwise/LICENSE

REQUIRES

libHSarray-0.5.6.0-ghc9.6.6.so()(64bit)
libHSbase-4.18.2.1-ghc9.6.6.so()(64bit)
libHSbytestring-0.11.5.3-ghc9.6.6.so()(64bit)
libHSdeepseq-1.4.8.1-ghc9.6.6.so()(64bit)
libHSghc-bignum-1.3-ghc9.6.6.so()(64bit)
libHSghc-boot-th-9.6.6-ghc9.6.6.so()(64bit)
libHSghc-prim-0.10.0-ghc9.6.6.so()(64bit)
libHSpretty-1.1.3.6-ghc9.6.6.so()(64bit)
libHStemplate-haskell-2.20.0.0-ghc9.6.6.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.17)(64bit)
libc.so.6(GLIBC_ABI_DT_RELR)(64bit)
libgmp.so.10()(64bit)
libm.so.6()(64bit)
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1
rtld(GNU_HASH)

PROVIDES

ghc-bitwise 1.0.0.1-7.el10_0
ghc-bitwise(aarch-64) 1.0.0.1-7.el10_0
libHSbitwise-1.0.0.1-2DxYIjAuiDa30WWLo8XlFV-ghc9.6.6.so()(64bit)

CONFIG FILES

/usr/lib/.build-id a
/usr/lib/.build-id/04 a
/usr/lib/.build-id/04/35a68dfa051728cf1e2f45c15dcfb833419313 a
/usr/lib64/ghc-9.6.6/lib/libHSbitwise-1.0.0.1-2DxYIjAuiDa30WWLo8XlFV-ghc9.6.6.so
/usr/share/licenses/ghc-bitwise
/usr/share/licenses/ghc-bitwise/LICENSE l

LICENSE FILES

BSD-3-Clause