Package: libghc-bitwise-dev (1.0.0.1-2 and others)
Links for libghc-bitwise-dev
Debian Resources:
Download Source Package haskell-bitwise:
- [haskell-bitwise_1.0.0.1-2.dsc]
- [haskell-bitwise_1.0.0.1.orig.tar.gz]
- [haskell-bitwise_1.0.0.1-2.debian.tar.xz]
Maintainers:
External Resources:
- Homepage [code.mathr.co.uk]
Similar packages:
fast multi-dimensional unboxed bit packed Bool arrays
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@.
This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
Other Packages Related to libghc-bitwise-dev
|
|
|
|
-
- dep: libc6 (>= 2.2)
- GNU C Library: Shared libraries
also a virtual package provided by libc6-udeb
-
- dep: libghc-array-dev-0.5.4.0-2a3c4
- virtual package provided by ghc
-
- dep: libghc-base-dev-4.15.1.0-07409
- virtual package provided by ghc
-
- dep: libghc-bytestring-dev-0.10.12.1-d4ab9
- virtual package provided by ghc
-
- dep: libgmp10 (>= 2:6.2.1+dfsg1)
- Multiprecision arithmetic library
Download libghc-bitwise-dev
Architecture | Version | Package Size | Installed Size | Files |
---|---|---|---|---|
s390x | 1.0.0.1-2+b1 | 225.1 kB | 2,495.0 kB | [list of files] |