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

    Исходный пакет: perl-Memoize
    Версия: 1.17-alt1
    Последняя версия по данным Repology
    Собран:  4 апреля 2025 г. 7:31 в задании #380249
    Категория: Разработка/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

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


    3 апреля 2025 г. Igor Vlasenko 1.17-alt1
    - automated CPAN update
    31 января 2023 г. Igor Vlasenko 1.16-alt1
    - automated CPAN update
    28 октября 2022 г. Igor Vlasenko 1.15-alt1
    - automated CPAN update