libreadonly-xs-perl binary package in Ubuntu Precise i386

 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.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2011-11-15 21:04:17 UTC Published Ubuntu Precise i386 release main perl Optional 1.04-2build2
  • Published
  2011-11-15 21:09:17 UTC Superseded Ubuntu Precise i386 release main perl Optional 1.04-2build1
  • Removed from disk .
  • Removal requested .
  • Superseded by i386 build of libreadonly-xs-perl 1.04-2build2 in ubuntu precise RELEASE
  • Published
  • Copied from ubuntu oneiric-release i386 in Primary Archive for Ubuntu