全部搜索项
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ 源代码: libreadonly-xs-perl  ]

软件包:libreadonly-xs-perl(1.05-1 以及其他的)

libreadonly-xs-perl 的相关链接

Screenshot

Debian 的资源:

下载源码包 libreadonly-xs-perl

维护小组:

外部的资源:

相似软件包:

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.

标签: 软件开发: Perl 开发, 函数库, 实做语言: implemented-in::c, implemented-in::perl, 角色: 开发用函数库

其他与 libreadonly-xs-perl 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • 增强

下载 libreadonly-xs-perl

下载可用于所有硬件架构的
硬件架构 版本 软件包大小 安装后大小 文件
amd64 1.05-1+b6 9.5 kB42.0 kB [文件列表]
arm64 1.05-1+b6 9.5 kB34.0 kB [文件列表]
armhf 1.05-1+b6 9.2 kB34.0 kB [文件列表]
i386 1.05-1+b6 9.6 kB42.0 kB [文件列表]