[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#854635: ITP: golang-github-karlseguin-ccache -- A golang LRU Cache for high concurrency



X-Debbugs-CC: debian-devel@lists.debian.org, pkg-go-maintainers@lists.alioth.debian.org
Package: wnpp
Severity: wishlist
Owner: Tim Potter <tpot@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.

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail


Reply to: