Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37751111
en ru br
Репозитории ALT
S:1.16-alt1
5.1: 1.01-alt2.1
4.1: 1.01-alt2.1
4.0: 1.01-alt2.1
3.0: 1.01-alt2.1
www.altlinux.org/Changes

Группа :: Разработка/Perl
Пакет: perl-Memoize

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 1.01-alt2.1
Время сборки: 19 февраля 2005, 03:54 ( 1002.1 недели назад )
Размер архива: 49.07 Kb

Домашняя страница:   http://search.cpan.org/dist/Memoize/

Лицензия: GPL or Artistic
О пакете: Perl functions speedup by caching return values
Описание:

`Memoizing' a function makes it faster by trading space for time.
It does this by caching the return values of the function in a table.
If you call the function again with the same arguments, C<memoize>
jumps in and gives you the value out of the table, instead of letting
the function compute the value all over again.

Текущий майнтейнер: Alexey Tourbin

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • perl-Memoize
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin