[ 原始碼: golang-github-karlseguin-ccache ]
套件:golang-github-karlseguin-ccache-dev(2.0.3-1)
golang-github-karlseguin-ccache-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-karlseguin-ccache:
- [golang-github-karlseguin-ccache_2.0.3-1.dsc]
- [golang-github-karlseguin-ccache_2.0.3.orig.tar.gz]
- [golang-github-karlseguin-ccache_2.0.3-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- libjctools-java
- libghc-concurrent-extra-dev
- lua-resty-lrucache
- libghc-concurrent-extra-doc
- libghc-concurrent-extra-prof
- golang-github-dgraph-io-ristretto-dev
- golang-github-hashicorp-golang-lru-v2-dev
- libcache-fastmmap-perl
- golang-github-hashicorp-golang-lru-dev
- golang-github-nightlyone-lockfile-dev
- threadscope
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.
其他與 golang-github-karlseguin-ccache-dev 有關的套件
|
|
|
|
-
- dep: golang-github-karlseguin-expect-dev
- Testing framework for Go with more concise syntax