[ 源代码: libchi-memoize-perl ]
软件包:libchi-memoize-perl(0.07-2)
libchi-memoize-perl 的相关链接
Debian 的资源:
下载源码包 libchi-memoize-perl:
- [libchi-memoize-perl_0.07-2.dsc]
- [libchi-memoize-perl_0.07.orig.tar.gz]
- [libchi-memoize-perl_0.07-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
memoization implementation backed by CHI
CHI::Memoize is an implementation of the memoization technique using CHI. Memoize caches the inputs and outputs of a function, if the function is called again with the same inputs, CHI::Memoize intervenes and provides the cached result. For slow functions, time is saved, at the expence of space.
CHI::Memoize provides the same facility as Memoize|Memoize, but backed by CHI|CHI. This means, among other things, that you can:
* specify expiration times (expires_in) and conditions (expire_if) * memoize to different backends, e.g. File, Memcached, DBI, or to multilevel caches * handle arbitrarily complex function arguments (via CHI key serialization)
For a bit of history and motivation, see
http://www.openswartz.com/2012/05/06/memoize-revisiting-a-twelve-year-old-api
其他与 libchi-memoize-perl 有关的软件包
|
|
|
|
-
- dep: libchi-perl
- Unified Cache Handling Interface
-
- dep: libhash-moreutils-perl
- module with extra hash functions not found in Hash::Util
-
- dep: libmoo-perl
- Minimalist Object Orientation library (with Moose compatibility)
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)