Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Tie-Cache-0.21-bp153.1.14 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: perl-Tie-Cache Distribution: SUSE Linux Enterprise 15 SP3
Version: 0.21 Vendor: openSUSE
Release: bp153.1.14 Build date: Sat Mar 6 02:21:29 2021
Group: Development/Libraries/Perl Build host: hci-cnode2-m1
Size: 35597 Source RPM: perl-Tie-Cache-0.21-bp153.1.14.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/Tie-Cache/
Summary: LRU Cache in Memory
This module implements a least recently used (LRU) cache in memory through
a tie interface. Any time data is stored in the tied hash, that key/value
pair has an entry time associated with it, and as the cache fills up, those
members of the cache that are the oldest are removed to make room for new
entries.

So, the cache only "remembers" the last written entries, up to the size of
the cache. This can be especially useful if you access great amounts of
data, but only access a minority of the data a majority of the time.

The implementation is a hash, for quick lookups, overlaying a doubly linked
list for quick insertion and deletion. On a WinNT PII 300, writes to the
hash were done at a rate 3100 per second, and reads from the hash at 6300
per second. Work has been done to optimize refreshing cache entries that
are frequently read from, code like $cache{entry}, which moves the entry to
the end of the linked list internally.

Provides

Requires

License

GPL-1.0+ or Artistic-1.0

Changelog

* Mon Sep 15 2014 coolo@suse.com
  - updated to 0.21
    + fixed internal $VERSION number
    + added cleaner ref() checking for data size calculations when using a MaxBytes cache, to address bug
      https://rt.cpan.org/Public/Bug/Display.html?id=69976
    + updated test.pl to "use Tie::Cache" to prevent test conflicts with Cache.pm
  - removed outdated Tie-Cache-0.17.diff
* Fri Nov 18 2011 coolo@suse.com
  - use original .tar.gz
* Tue Nov 30 2010 coolo@novell.com
  - switch to perl_requires macro
* Mon Nov 29 2010 coolo@novell.com
  - remove /var/adm/perl-modules
* Tue Oct 19 2010 coolo@novell.com
  - add perl as explicit buildrequire
* Sun Jan 10 2010 jengelh@medozas.de
  - enable parallel build
* Wed Jan 25 2006 mls@suse.de
  - converted neededforbuild to BuildRequires
* Wed Sep 28 2005 dmueller@suse.de
  - add norootforbuild
* Fri Aug 22 2003 mjancar@suse.cz
  - require the perl version we build with
* Mon Jul 21 2003 mjancar@suse.cz
  - adapt to perl-5.8.1
  - use %perl_process_packlist

Files

/usr/lib/perl5/vendor_perl/5.26.1/Tie
/usr/lib/perl5/vendor_perl/5.26.1/Tie/Cache.pm
/usr/lib/perl5/vendor_perl/5.26.1/Tie/tie-cache-bench.pl
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Tie-Cache
/usr/share/doc/packages/perl-Tie-Cache/CHANGES
/usr/share/doc/packages/perl-Tie-Cache/README
/usr/share/man/man3/Tie::Cache.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024