Fri, 23 Jan 2026 14:41:07 CST | login

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

ID14451
Package Nameghc-bitwise
Version1.0.0.1
Release1.ocs23
Epoch
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 bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 09 Aug 2024 10:13:30 CST
CompletedFri, 09 Aug 2024 10:16:40 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/ghc-bitwise.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-bitwise.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
ghc-bitwise-1.0.0.1-1.ocs23.src.rpm (info) (download)
aarch64
ghc-bitwise-1.0.0.1-1.ocs23.aarch64.rpm (info) (download)
ghc-bitwise-devel-1.0.0.1-1.ocs23.aarch64.rpm (info) (download)
noarch
ghc-bitwise-doc-1.0.0.1-1.ocs23.noarch.rpm (info) (download)
x86_64
ghc-bitwise-1.0.0.1-1.ocs23.x86_64.rpm (info) (download)
ghc-bitwise-devel-1.0.0.1-1.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.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