SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-bitwise rpm build for : Fedora Other. For other distributions click ghc-bitwise.

Name : ghc-bitwise
Version : 1.0.0.1 Vendor : Fedora Project
Release : 7.fc41 Date : 2024-09-25 20:58:49
Group : Unspecified Source RPM : ghc-bitwise-1.0.0.1-7.fc41.src.rpm
Size : 0.33 MB
Packager : Fedora Project
Summary : Fast multi-dimensional unboxed bit packed Bool arrays
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\'.

RPM found in directory: /vol/rzm3/linux-fedora-buffet/fedora/linux/development/41/Everything/x86_64/os/Packages/g

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-bitwise-1.0.0.1-7.fc41.x86_64.rpm
ftp.icm.edu.pl  ghc-bitwise-1.0.0.1-7.fc41.x86_64.rpm
     

Provides :
ghc-bitwise
ghc-bitwise(x86-64)
libHSbitwise-1.0.0.1-2DxYIjAuiDa30WWLo8XlFV-ghc9.6.6.so()(64bit)

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.14)(64bit)
libc.so.6(GLIBC_2.2.5)(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)


Content of RPM :
/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

 
ICM