An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

proxy.golang.org : github.com/matrixorigin/mocache

Package cache implements the CLOCK-Pro caching algorithm. CLOCK-Pro is a patent-free alternative to the Adaptive Replacement Cache, https://en.wikipedia.org/wiki/Adaptive_replacement_cache. It is an approximation of LIRS ( https://en.wikipedia.org/wiki/LIRS_caching_algorithm ), much like the CLOCK page replacement algorithm is an approximation of LRU. This implementation is based on the python code from https://bitbucket.org/SamiLehtinen/pyclockpro . Slides describing the algorithm: http://fr.slideshare.net/huliang64/clockpro The original paper: http://static.usenix.org/event/usenix05/tech/general/full_papers/jiang/jiang_html/html.html It is MIT licensed, like the original.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/matrixorigin/mocache
License: MIT
Latest release: over 1 year ago
First release: over 1 year ago
Namespace: github.com/matrixorigin
Stars: 0 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 1 month ago

    Loading...
    Readme
    Loading...