SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Algorithm-InversionList rpm build for : OpenSuSE. For other distributions click perl-Algorithm-InversionList.

Name : perl-Algorithm-InversionList
Version : 0.03 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp155.8.1 Date : 2023-07-20 18:21:51
Group : Development/Libraries/Perl Source RPM : perl-Algorithm-InversionList-0.03-lp155.8.1.src.rpm
Size : 0.01 MB
Packager : https://www_suse_com/
Summary : Perl extension for generating an inversion
Description :
Inversion lists are data structures that store a sequence of bits as the
numeric position of each switch between a run of 0 and 1 bits. Thus, the
data \"111111100\" is encoded as the list of numbers 0, 7 in an inversion
list. This module begins the list with the start of the run of 1\'s, so if
the first 2 bits in the string are 0, the first entry in the list will be a
2 (where we find the first bit that is 1). The last number will always be
the length of the string, so that we know where to end it.

Inversion lists are very efficient. Because of the way that Perl stores
scalars and lists and the various architectures to which Perl has been
ported, there is no definitive rule as to what\'s the exact proportion of
bit runs to bitstring length required to make inversion lists efficient.
Generally, if you see long runs of repeated 0 or 1 bits, an inversion list
may be appropriate.

This module stores inversion lists in an offset-based format which has some
nice properties, for instance searching is fast and you can easily do
boolean operations on two inversion lists stored in the offset-based
format.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-A/15.5/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Algorithm-InversionList-0.03-lp155.8.1.noarch.rpm
     

Provides :
perl(Algorithm::InversionList)
perl-Algorithm-InversionList

Requires :
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Algorithm
/usr/lib/perl5/vendor_perl/5.26.1/Algorithm/InversionList.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Algorithm-InversionList
/usr/share/doc/packages/perl-Algorithm-InversionList/Changes
/usr/share/doc/packages/perl-Algorithm-InversionList/README
/usr/share/man/man3/Algorithm::InversionList.3pm.gz

 
ICM