DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibreadonly-xs-perl
BeschreibungFaster Readonly implementation
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (main)
Version1.04-2
Sektionperl
Prioritätoptional
Installierte Größe92 Byte
Hängt ab vonperl (>= 5.10.0-10), perlapi-5.10.0, libc6 (>= 2.1.3)
Empfohlene Paketelibreadonly-perl
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße11932 Byte
Prüfsumme MD576c3f74b50ab4b459b9b07a3ec4594ec
Prüfsumme SHA193d6d885885cbf703b04f214fa210142dfb76a32
Prüfsumme SHA256d97cafd7441406c2ca019e710b60e93bc9d65b909d1700a1e865e654ec7d8940
Link zum Herunterladenlibreadonly-xs-perl_1.04-2_i386.deb
Ausführliche BeschreibungThe 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.


Impressum
Linux is a registered trademark of Linus Torvalds