aboutsummaryrefslogblamecommitdiff
path: root/devel/p5-Object-Realize-Later/pkg-descr
blob: 820ffe6fbbd7781d6a8a46d9ddb167679f8b07b8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                        
                                                      
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.

Author: Mark Overmeer <Mark@Overmeer.net>
WWW: http://search.cpan.org/dist/Object-Realize-Later/