Top 1.9% dependent repos on proxy.golang.org
proxy.golang.org : github.com/opencoff/golang-lru
Package lru provides three different LRU caches of varying sophistication. Cache is a simple LRU cache. It is based on the LRU implementation in groupcache: https://github.com/golang/groupcache/tree/master/lru TwoQueueCache tracks frequently used and recently used entries separately. This avoids a burst of accesses from taking out frequently used entries, at the cost of about 2x computational overhead and some extra bookkeeping. ARCCache is an adaptive replacement cache. It tracks recent evictions as well as recent usage in both the frequent and recent caches. Its computational overhead is comparable to TwoQueueCache, but the memory overhead is linear with the size of the cache. ARC has been patented by IBM, so do not use it if that is problematic for your program. All caches in this package take locks while operating, and are therefore thread-safe for consumers.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/opencoff/golang-lru
License: MPL-2.0
Latest release: over 6 years ago
First release: almost 7 years ago
Namespace: github.com/opencoff
Dependent packages: 7
Dependent repositories: 7
Stars: 1 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 1 month ago
github.com/gigaryte/go-bbhash v0.0.0-20230427033525-13b2fd473465
Package bbhash implements BBHash - a new algorithm for creating fast, minimal perfect hash functi...2 versions - Latest release: about 2 years ago - 0 stars on GitHub
github.com/pedroalbanese/go-chd v0.3.1
Package chd implements ChdBuilder - to create fast, minimal perfect hash functions from a given s...5 versions - Latest release: over 3 years ago
github.com/opencoff/go-chd v0.3.0
Package chd implements ChdBuilder - to create fast, minimal perfect hash functions from a given s...4 versions - Latest release: about 4 years ago - 2 stars on GitHub
github.com/opencoff/go-ratelimit v0.9.0
Package ratelimit wraps the Limiter from golang.org/x/time/rate and creates a simple interface fo...5 versions - Latest release: over 4 years ago - 3 dependent packages - 3 dependent repositories - 7 stars on GitHub
github.com/opencoff/go-bbhash v0.1.0
Package bbhash implements BBHash - a new algorithm for creating fast, minimal perfect hash functi...1 version - Latest release: almost 6 years ago - 21 stars on GitHub
Check this option to include packages that no longer depend on this package in their latest version but previously did.