Paket: libreadonly-xs-perl (1.05-1build5)
Links für libreadonly-xs-perl
Trisquel-Ressourcen:
Quellcode-Paket libreadonly-xs-perl herunterladen:
- [libreadonly-xs-perl_1.05-1build5.dsc]
- [libreadonly-xs-perl_1.05.orig.tar.gz]
- [libreadonly-xs-perl_1.05-1build5.debian.tar.xz]
Betreuer:
Original Maintainers:
- Debian Perl Group (E-Mail-Archiv)
- Damyan Ivanov
Externe Ressourcen:
- Homepage [metacpan.org]
Ähnliche Pakete:
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.
Andere Pakete mit Bezug zu libreadonly-xs-perl
|
|
|
-
- dep: libc6 (>= 2.1.3) [i386]
- GNU C Library: Shared libraries
auch ein virtuelles Paket, bereitgestellt durch libc6-udeb
- dep: libc6 (>= 2.2.5) [amd64]
-
- dep: perl (>= 5.26.0-4)
- Larry Wall's Practical Extraction and Report Language
-
- dep: perlapi-5.26.0
- virtuelles Paket, bereitgestellt durch perl-base
-
- rec: libreadonly-perl
- facility for creating read-only scalars, arrays and hashes
libreadonly-xs-perl herunterladen
Architektur | Paketgröße | Größe (installiert) | Dateien |
---|---|---|---|
amd64 | 9,2 kB | 34 kB | [Liste der Dateien] |
i386 | 9,3 kB | 33 kB | [Liste der Dateien] |