NOTICE: This package has been removed from pkgsrc

./wip/ruby-memoize, Speeds up methods at the cost of memory (or disk space)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.3.1, Package name: ruby18-memoize-1.3.1, Maintainer: obache

The memoize library allows you to cache methods for faster lookup.
Cached results can either be stored in memory (the default) or to
a file.


Required to run:
[lang/ruby18-base]

Required to build:
[devel/rake]

Master sites:

SHA1: 421dd0587ff836bbb38d018ee460be343ca06d80
RMD160: 6206c7c262122486be2c8461e23b0c86a84529ed
Filesize: 4.387 KB

Version history: (Expand)


CVS history: (Expand)


   2011-02-25 03:41:00 by OBATA Akio | Files touched by this commit (16) | Package removed
Log message:
imported as followings:
* devel/ruby-memoize
* textproc/ruby-escape
* www/ruby-httpclient
   2011-01-05 13:57:37 by OBATA Akio | Files touched by this commit (4)
Log message:
Not to use GEM.
   2011-01-05 13:21:34 by OBATA Akio | Files touched by this commit (4) | Imported package
Log message:
Import ruby18-memoize-1.3.1 as wip/ruby-memoize.

The memoize library allows you to cache methods for faster lookup.
Cached results can either be stored in memory (the default) or to
a file.