Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Readonly-XS-1.50.0-26.mga9 RPM for x86_64

From Mageia 9 for x86_64 / media / core / release

Name: perl-Readonly-XS Distribution: Mageia
Version: 1.50.0 Vendor: Mageia.Org
Release: 26.mga9 Build date: Tue Jun 7 02:26:49 2022
Group: Development/Perl Build host: localhost
Size: 21280 Source RPM: perl-Readonly-XS-1.50.0-26.mga9.src.rpm
Packager: umeabot <umeabot>
Url: https://metacpan.org/release/Readonly-XS
Summary: Companion module for Readonly.pm, to speed up read-only scalar variables
The Readonly module (q.v.) is an effective way to create non-modifiable
variables. However, it's relatively slow.

The reason it's slow is that is implements the read-only-ness of variables via
tied objects. This mechanism is inherently slow. Perl simply has to do a lot of
work under the hood to make tied variables work.

This module corrects the speed problem, at least with respect to scalar
variables. When Readonly::XS is installed, Readonly uses it to access the
internals of scalar variables. Instead of creating a scalar variable object and
tying it, Readonly simply flips the SvREADONLY bit in the scalar's FLAGS
structure.

Readonly arrays and hashes are not sped up by this, since the SvREADONLY flag
only works for scalars. Arrays and hashes always use the tie interface.

Provides

Requires

License

GPL+ or Artistic

Changelog

* Tue Jun 07 2022 umeabot <umeabot> 1.50.0-26.mga9
  + Revision: 1862363
  - Rebuild for Perl 5.36
* Thu Mar 17 2022 umeabot <umeabot> 1.50.0-25.mga9
  + Revision: 1796019
  - Mageia 9 Mass Rebuild
* Mon May 24 2021 umeabot <umeabot> 1.50.0-24.mga9
  + Revision: 1727052
  - Rebuild for perl 5.34
* Wed Jun 17 2020 umeabot <umeabot> 1.50.0-23.mga8
  + Revision: 1595150
  - Rebuild for perl 5.32

Files

/usr/lib/.build-id
/usr/lib/.build-id/59
/usr/lib/.build-id/59/79c3ed1618051aee87c28a96c437b8f5a0708a
/usr/lib64/perl5/vendor_perl/Readonly
/usr/lib64/perl5/vendor_perl/Readonly/XS.pm
/usr/lib64/perl5/vendor_perl/auto/Readonly
/usr/lib64/perl5/vendor_perl/auto/Readonly/XS
/usr/lib64/perl5/vendor_perl/auto/Readonly/XS/XS.so
/usr/share/doc/perl-Readonly-XS
/usr/share/doc/perl-Readonly-XS/Changes
/usr/share/doc/perl-Readonly-XS/README
/usr/share/man/man3/Readonly::XS.3pm.xz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat May 4 04:54:18 2024