Pakiet: libreadonly-xs-perl (1.05-1 i inne)
Odnośniki dla libreadonly-xs-perl
Zasoby systemu Debian:
- Raporty o błędach
- Developer Information
- Dziennik zmian w systemie Debian
- Informacje nt. praw autorskich
- Śledzenie łatek systemu Debian
Pobieranie pakietu źródłowego libreadonly-xs-perl:
- [libreadonly-xs-perl_1.05-1.dsc]
- [libreadonly-xs-perl_1.05.orig.tar.gz]
- [libreadonly-xs-perl_1.05-1.debian.tar.gz]
Opiekunowie:
Zasoby zewnętrzne:
- Strona internetowa [metacpan.org]
Podobne pakiety:
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.
Inne pakiety związane z libreadonly-xs-perl
|
|
|
|
-
- dep: libc6 (>= 2.1.3) [i386]
- Biblioteka GNU C: biblioteki współdzielone
również pakiet wirtualny udostępniany przez libc6-udeb
- dep: libc6 (>= 2.17) [arm64]
- dep: libc6 (>= 2.2.5) [amd64]
- dep: libc6 (>= 2.4) [armhf]
-
- dep: perl (>= 5.28.0-3)
- praktyczny język ekstrakcji i raportowania Larry'ego Walla
-
- dep: perlapi-5.28.0
- pakiet wirtualny udostępniany przez perl-base
-
- rec: libreadonly-perl
- facility for creating read-only scalars, arrays and hashes
Pobieranie libreadonly-xs-perl
Architektura | Wersja | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|---|
amd64 | 1.05-1+b6 | 9,5 KiB | 42,0 KiB | [lista plików] |
arm64 | 1.05-1+b6 | 9,5 KiB | 34,0 KiB | [lista plików] |
armhf | 1.05-1+b6 | 9,2 KiB | 34,0 KiB | [lista plików] |
i386 | 1.05-1+b6 | 9,6 KiB | 42,0 KiB | [lista plików] |