freebsd-ports/devel/p5-Object-Realize-Later/pkg-descr
Sunpoet Po-Chuan Hsieh ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00

12 lines
584 B
Text

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.
WWW: https://metacpan.org/release/Object-Realize-Later