[ 源代码: golang-github-opencoff-go-sieve ]
软件包:golang-github-opencoff-go-sieve-dev(0.3.0-2)
golang-github-opencoff-go-sieve-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-opencoff-go-sieve:
- [golang-github-opencoff-go-sieve_0.3.0-2.dsc]
- [golang-github-opencoff-go-sieve_0.3.0.orig.tar.gz]
- [golang-github-opencoff-go-sieve_0.3.0-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- golang-github-code-hex-go-generics-cache-dev
- python3-repoze.lru
- golang-github-hashicorp-golang-lru-v2-dev
- python3-web-cache
- python3-diskcache
- golang-github-twin-gocache-dev
- golang-github-bep-lazycache-dev
- libcache-lru-perl
- golang-github-wk8-go-ordered-map-dev
- golang-github-hashicorp-golang-lru-dev
- ruby-lru-redux
SIEVE cache - simpler than LRU (library)
go-sieve is golang implementation of the SIEVE (https://yazhuozhang.com/assets/pdf/nsdi24-sieve.pdf) cache eviction algorithm.
This implementation closely follows the paper's pseudo-code - but uses golang generics to provide an ergonomic interface.