Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource ghc-bitwise

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'.

Found 1 sites for ghc-bitwise

Found 8 RPM for ghc-bitwise

PackageSummaryDistributionDownload
ghc-bitwise-1.0.0.1-7.fc41.aarch64.htmlFast multi-dimensional unboxed bit packed Bool arraysFedora 41 testing updates for aarch64ghc-bitwise-1.0.0.1-7.fc41.aarch64.rpm
ghc-bitwise-1.0.0.1-7.fc41.x86_64.htmlFast multi-dimensional unboxed bit packed Bool arraysFedora 41 testing updates for x86_64ghc-bitwise-1.0.0.1-7.fc41.x86_64.rpm
ghc-bitwise-1.0.0.1-7.fc40.aarch64.htmlFast multi-dimensional unboxed bit packed Bool arraysFedora 40 testing updates for aarch64ghc-bitwise-1.0.0.1-7.fc40.aarch64.rpm
ghc-bitwise-1.0.0.1-7.fc40.x86_64.htmlFast multi-dimensional unboxed bit packed Bool arraysFedora 40 testing updates for x86_64ghc-bitwise-1.0.0.1-7.fc40.x86_64.rpm
ghc-bitwise-1.0.0.1-6.fc41.aarch64.htmlFast multi-dimensional unboxed bit packed Bool arraysFedora Rawhide for aarch64ghc-bitwise-1.0.0.1-6.fc41.aarch64.rpm
ghc-bitwise-1.0.0.1-6.fc41.ppc64le.htmlFast multi-dimensional unboxed bit packed Bool arraysFedora Rawhide for ppc64leghc-bitwise-1.0.0.1-6.fc41.ppc64le.rpm
ghc-bitwise-1.0.0.1-6.fc41.s390x.htmlFast multi-dimensional unboxed bit packed Bool arraysFedora Rawhide for s390xghc-bitwise-1.0.0.1-6.fc41.s390x.rpm
ghc-bitwise-1.0.0.1-6.fc41.x86_64.htmlFast multi-dimensional unboxed bit packed Bool arraysFedora Rawhide for x86_64ghc-bitwise-1.0.0.1-6.fc41.x86_64.rpm

Generated by rpm2html 1.6

Fabrice Bellet