[pkg-go] Bug#854635: ITP: golang-github-karlseguin-ccache -- A golang LRU Cache for high concurrency
Potter, Tim
timothy.potter at hpe.com
Wed Feb 8 21:45:29 UTC 2017
X-Debbugs-CC: debian-devel at lists.debian.org, pkg-go-maintainers at lists.alioth.debian.org
Package: wnpp
Severity: wishlist
Owner: Tim Potter <tpot at hpe.com>
* Package name : golang-github-karlseguin-ccache
Version : 2.0.2+git20161222.2.12c7ffd-1
Upstream Author : Karl Seguin
* URL : https://github.com/karlseguin/ccache
* License : Expat
Programming Lang: Go
Description : A golang LRU Cache for high concurrency
CCache is an LRU Cache, written in Go, focused on supporting high
concurrency. Lock contention on the list is reduced by introducing a
window which limits the frequency that an item can get promoted,
using a buffered channel to queue promotions for a single worker, and
garbage collecting within the same thread as the worker.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.alioth.debian.org/pipermail/pkg-go-maintainers/attachments/20170208/fbbd36d8/attachment.sig>
More information about the Pkg-go-maintainers
mailing list