Пакет perl-Memoize: Информация

    Исходный пакет: perl-Memoize
    Версия: 1.01-alt3
    Собран:  27 апреля 2010 г. 15:18
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: 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, memoize
    jumps in and gives you the value out of the table, instead of letting
    the function compute the value all over again.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-Memoize (noarch)

    Сопровождающий: Alexey Tourbin

    Список участников:
    Alexey Tourbin
    qa-robot

      1. perl-DBM
      2. perl-Storable
      3. perl-devel

    Последнее изменение


    26 апреля 2010 г. Alexey Tourbin 1.01-alt3
    - decoupled perl-Memoize-ExpireLRU
    19 февраля 2005 г. ALT QA Team Robot <qa-robot@altlinux.org> 1.01-alt2.1
    - Rebuilt with rpm-build-perl-0.5.1.
    17 мая 2004 г. Alexey Tourbin 1.01-alt2
    - BuildArch: noarch
    - fixed typos (RLU -> LRU)