Skip to content
Sections
>> Trisquel >> 套件 >> etiona >> perl >> libreadonly-xs-perl
etiona  ] [  nabia  ] [  aramo  ]
[ 原始碼: libreadonly-xs-perl  ]

套件: libreadonly-xs-perl (1.05-1build5)

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.

其他與 libreadonly-xs-perl 有關的套件

  • 依賴
  • 推薦
  • 建議
  • dep: libc6 (>= 2.1.3) [i386]
    GNU C Library: Shared libraries
    同時作為一個虛擬套件由這些套件提供: 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
    本虛擬套件由這些套件提供: perl-base
  • rec: libreadonly-perl
    facility for creating read-only scalars, arrays and hashes

下載 libreadonly-xs-perl

下載可用於所有硬體架構的
硬體架構 套件大小 安裝後大小 檔案
amd64 9.2 kB34 kB [文件列表]
i386 9.3 kB33 kB [文件列表]