[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#501716: ITP: libload-perl -- Control when subroutines will be loaded



Package: wnpp
Severity: wishlist
Owner: Matt Zagrabelny <mzagrabe@d.umn.edu>


* Package name    : libload-perl
  Version         : 0.19
  Upstream Author : Elizabeth Mattijsen <liz@dijkmat.nl>
* URL             :
* http://search.cpan.org/~elizabeth/load-0.19/lib/load.pm
* License         : Same terms as Perl
  Programming Lang: Perl
  Description     : Control when subroutines will be loaded

The "load" pragma allows a module developer to give the application
developer more options with regards to optimize for memory or CPU usage.
The "load" pragma gives more control on the moment when subroutines are
loaded and start taking up memory. This allows the application developer
to optimize for CPU usage (by loading all of a module at compile time
and thus reducing the amount of CPU used during the execution of an
application). Or allow the application developer to optimize for memory
usage, by loading subroutines only when they are actually needed,
thereby however increasing the amount of CPU needed during execution.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)



Reply to: