[ Bron: golang-github-opencoff-go-sieve ]
Pakket: golang-github-opencoff-go-sieve-dev (0.3.0-2)
Verwijzigingen voor golang-github-opencoff-go-sieve-dev
Debian bronnen:
Het bronpakket golang-github-opencoff-go-sieve downloaden:
- [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]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
- 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.