SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-bitvec rpm build for : openSUSE Tumbleweed. For other distributions click ghc-bitvec.

Name : ghc-bitvec
Version : 1.1.3.0 Vendor : obs://build_opensuse_org/devel:languages:haskell
Release : 1.178 Date : 2022-06-19 23:30:49
Group : Unspecified Source RPM : ghc-bitvec-1.1.3.0-1.178.src.rpm
Size : 1.23 MB
Packager : (none)
Summary : Space-efficient bit vectors
Description :
A newtype over \'Bool\' with a better \'Vector\' instance: 8x less memory, up to
1000x faster.

The < https://hackage.haskell.org/package/vector vector> package represents
unboxed arrays of \'Bool\'s spending 1 byte (8 bits) per boolean. This library
provides a newtype wrapper \'Bit\' and a custom instance of an unboxed \'Vector\',
which packs bits densely, achieving an __8x smaller memory footprint.__ The
performance stays mostly the same; the most significant degradation happens for
random writes (up to 10% slower). On the other hand, for certain bulk bit
operations \'Vector\' \'Bit\' is up to 1000x faster than \'Vector\' \'Bool\'.

=== Thread safety

* \"Data.Bit\" is faster, but writes and flips are thread-unsafe. This is because
naive updates are not atomic: they read the whole word from memory, then modify
a bit, then write the whole word back. * \"Data.Bit.ThreadSafe\" is slower (up to
20%), but writes and flips are thread-safe.

=== Similar packages

* < https://hackage.haskell.org/package/bv bv> and
< https://hackage.haskell.org/package/bv-little bv-little> do not offer mutable
vectors.

* < https://hackage.haskell.org/package/array array> is memory-efficient for
\'Bool\', but lacks a handy \'Vector\' interface and is not thread-safe.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/haskell:/ghc-8.10.x/openSUSE_Tumbleweed/x86_64

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
ghc-bitvec
ghc-bitvec(x86-64)
libHSbitvec-1.1.3.0-D72xSOuRgKuKqLRw9dPUg0-ghc8.10.7.so()(64bit)

Requires :
libHSarray-0.5.4.0-ghc8.10.7.so()(64bit)
libHSbase-4.14.3.0-ghc8.10.7.so()(64bit)
libHSbytestring-0.10.12.0-ghc8.10.7.so()(64bit)
libHSdeepseq-1.4.4.0-ghc8.10.7.so()(64bit)
libHSghc-prim-0.6.1-ghc8.10.7.so()(64bit)
libHSinteger-gmp-1.0.3.0-ghc8.10.7.so()(64bit)
libHSprimitive-0.7.3.0-HMedJdQUTCQ79SiIUfisnA-ghc8.10.7.so()(64bit)
libHStransformers-0.5.6.2-ghc8.10.7.so()(64bit)
libHSvector-0.12.3.1-4ZUkvMG0hba9AHoOHt8bPP-ghc8.10.7.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(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


Content of RPM :
/usr/lib64/ghc-8.10.7/bitvec-1.1.3.0
/usr/lib64/ghc-8.10.7/bitvec-1.1.3.0/libHSbitvec-1.1.3.0-D72xSOuRgKuKqLRw9dPUg0-ghc8.10.7.so
/usr/share/licenses/ghc-bitvec
/usr/share/licenses/ghc-bitvec/LICENSE

 
ICM