toutes les options
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Paquet source : libreadonly-xs-perl  ]

Paquet : libreadonly-xs-perl (1.05-1 et autres)

Liens pour libreadonly-xs-perl

Screenshot

Ressources Debian :

Télécharger le paquet source libreadonly-xs-perl :

Responsables :

Ressources externes :

Paquets similaires :

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.

Étiquettes: Développement de logiciel: Programmation Perl, Bibliothèques, Mis en œuvre en: implemented-in::c, implemented-in::perl, Rôle: Bibliothèque de programmation

Autres paquets associés à libreadonly-xs-perl

  • dépendances
  • recommandations
  • suggestions
  • enhances

Télécharger libreadonly-xs-perl

Télécharger pour toutes les architectures proposées
Architecture Version Taille du paquet Espace occupé une fois installé Fichiers
amd64 1.05-1+b6 9,5 ko42,0 ko [liste des fichiers]
arm64 1.05-1+b6 9,5 ko34,0 ko [liste des fichiers]
armhf 1.05-1+b6 9,2 ko34,0 ko [liste des fichiers]
i386 1.05-1+b6 9,6 ko42,0 ko [liste des fichiers]