すべてのオプション
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 関連パッケージ

  • 依存
  • 推奨
  • 提案
  • enhances

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 [ファイル一覧]