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

    Исходный пакет: perl-Memoize
    Версия: 1.03-alt1
    Собран:  26 сентября 2012 г. 12:10
    Категория: Разработка/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)

    Сопровождающий: Igor Vlasenko

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

    Права:
    @cpan
    @qa

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

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


    26 сентября 2012 г. Igor Vlasenko 1.03-alt1
    - automated CPAN update
    19 сентября 2011 г. Igor Vlasenko 1.02-alt1
    - automated CPAN update
    26 апреля 2010 г. Alexey Tourbin 1.01-alt3
    - decoupled perl-Memoize-ExpireLRU