[ 原始碼: libobject-realize-later-perl ]
套件:libobject-realize-later-perl(0.21-2)
libobject-realize-later-perl 的相關連結
Debian 的資源:
下載原始碼套件 libobject-realize-later-perl:
- [libobject-realize-later-perl_0.21-2.dsc]
- [libobject-realize-later-perl_0.21.orig.tar.gz]
- [libobject-realize-later-perl_0.21-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
Perl module providing delayed creation of objects
The Object::Realize::Later class helps with implementing transparent on demand realization of object data. This is related to the tricks on autoloading of data, the lesser known cousin of autoloading of functionality.
On demand realization is all about performance gain. Why should you spent costly time on realizing an object, when the data on the object is never (or not yet) used? In interactive programs, postponed realization may boost start-up: the realization of objects is triggered by the use, so spread over time.
其他與 libobject-realize-later-perl 有關的套件
|
|
|
|
-
- dep: libscalar-list-utils-perl
- modules providing common scalar and list utility subroutines
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language