Wed, 25 Mar 2026 00:13:51 CST | login

Information for build ghc-bitwise-1.0.0.1-1.oc9

ID29139
Package Nameghc-bitwise
Version1.0.0.1
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-bitwise.git?.#7b35ae6990374ea6be69da9d844e40ea6ae14a6f
SummaryFast multi-dimensional unboxed bit packed Bool arrays
DescriptionUnboxed 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'.
Built byfanjunkong
State complete
Volume DEFAULT
StartedFri, 20 Sep 2024 22:30:37 CST
CompletedFri, 20 Sep 2024 22:33:02 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-bitwise.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-bitwise.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-bitwise-1.0.0.1-1.oc9.src.rpm (info) (download)
aarch64
ghc-bitwise-1.0.0.1-1.oc9.aarch64.rpm (info) (download)
ghc-bitwise-devel-1.0.0.1-1.oc9.aarch64.rpm (info) (download)
noarch
ghc-bitwise-doc-1.0.0.1-1.oc9.noarch.rpm (info) (download)
x86_64
ghc-bitwise-1.0.0.1-1.oc9.x86_64.rpm (info) (download)
ghc-bitwise-devel-1.0.0.1-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Aug 08 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.0.1-1 - initial build