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

Top 7.0% on proxy.golang.org
Top 4.6% dependent packages on proxy.golang.org

proxy.golang.org : github.com/NdoleStudio/lfu-cache

Package lfucache an in memory least frequently used (LFU) cache. All operations have with O(1) complexity. When evicting an item from the cache, if 2 items have the same frequency the (least recently used) LRU item is evicted. Ideally, you should provide a wrapper around this class to ensure strict type checks for keys and values that can be put into the cache.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/%21ndole%21studio/lfu-cache
Keywords: algorithm , cache , go , lfu-cache , lfu-implementation
License: MIT
Latest release: almost 5 years ago
First release: over 5 years ago
Namespace: github.com/NdoleStudio
Dependent packages: 1
Stars: 7 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 15 days ago

    Loading...
    Readme
    Loading...