libreadonly-xs-perl 1.05-1build5 source package in Ubuntu

Changelog

libreadonly-xs-perl (1.05-1build5) artful; urgency=medium

  * No-change rebuild for perl 5.26.0.

 -- Matthias Klose <email address hidden>  Wed, 26 Jul 2017 20:09:03 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Artful
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe perl

Downloads

File Size SHA-256 Checksum
libreadonly-xs-perl_1.05.orig.tar.gz 8.6 KiB 8ae5c4e85299e5c8bddd1b196f2eea38f00709e0dc0cb60454dc9114ae3fff0d
libreadonly-xs-perl_1.05-1build5.debian.tar.xz 2.6 KiB 767ce8802d2b3762190b47cab0b74999dfa2d9fd4fc216cc36d11d247ed416c3
libreadonly-xs-perl_1.05-1build5.dsc 2.0 KiB bfaf137cb3b9e09ecf0fd2dc3272c291e2711c0fc400d0a9ee085f1156de4006

Available diffs

View changes file

Binary packages built by this source

libreadonly-xs-perl: faster Readonly implementation

 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.

libreadonly-xs-perl-dbgsym: No summary available for libreadonly-xs-perl-dbgsym in ubuntu disco.

No description available for libreadonly-xs-perl-dbgsym in ubuntu disco.