Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37047736
en ru br
ALT Linux repos
S:0.08-alt1.2

Group :: Development/Perl
RPM: perl-Data-BitStream-XS

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.08-alt1.2
Build date: 24 january 2019, 12:46 ( 270.1 weeks ago )
Size: 80.34 Kb

Home page:   http://search.cpan.org/dist/Data-BitStream-XS/

License: perl
Summary: A class implementing a stream of bits and coding methods
Description:

An XS implementation providing read/write access to bit streams.  This includes.many integer coding methods as well as straightforward ways to implement new
codes.

Bit streams are often used in data compression and in embedded products where
memory is at a premium.

This code provides a nearly drop-in XS replacement for the the Data::BitStream manpage
module.  If you do not need the flexibility of the Moose/Mouse/Moo system, you
can use this directly.

Versions 0.03 and later of the the Data::BitStream manpage class will attempt to use
this XS class if it is available.  Most operations will be 50-100 times faster,
while not sacrificing any of its flexibility, so it is highly recommended.  In
other words, if this module is installed, any code using the Data::BitStream manpage
will automatically speed up.

While direct use of the XS class is a bit faster than going through
Moose/Mouse/Moo, the vast majority of the benefit is internal.  Hence, for
maximum portability and flexibility just install this module for the speed,
and continue using the the Data::BitStream manpage class as usual.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-Data-BitStream-XS
  • perl-Data-BitStream-XS-debuginfo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin