Bug#608285: ITP: libconcurrentlinkedhashmap-java -- A high performance version of java.util.LinkedHashMap for use as a software cache
Package: wnpp
Severity: wishlist
Owner: Miguel Landaeta <miguel@miguel.cc>
* Package name : libconcurrentlinkedhashmap-java
Version : 1.1
Upstream Author : Ben Manes <ben_manes@yahoo.com>
* URL : http://code.google.com/p/concurrentlinkedhashmap/
* License : Apache-2.0
Programming Lang: Java
Description : A high performance version of java.util.LinkedHashMap for use as a software cache
Java library that provides a hash table supporting full
concurrency of retrievals, adjustable expected
concurrency for updates, and a maximum capacity to bound
the map by. This implementation differs from
java.util.concurrent.ConcurrentHashMap in that it
maintains a page replacement algorithm that is
used to evict an entry when the map has exceeded its
capacity. Unlike the Java Collections Framework, this
map does not have a publicly visible constructor and
instances are created through a Builder.
I need this library to package Grails.
--
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
"Faith means not wanting to know what is true." -- Nietzsche
Reply to: