Package Usage: go: github.com/hashicorp/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.
9 versions
Latest release: almost 2 years ago
25,900 dependent packages
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/hashicorp/golang-lru
Dependent Repos 24
SocialGouv/rollout-status Fork of clusterise/rollout-status
Alternative to kubectl rollout statusSize: 3.95 MB - Last synced: 5 days ago - Pushed: 2 months ago

SocialGouv/sealed-secrets Fork of bitnami-labs/sealed-secrets
A Kubernetes controller and tool for one-way encrypted SecretsSize: 39.6 MB - Last synced: 5 days ago - Pushed: 6 months ago

ANSSI-FR/ultrablue
User-friendly Lightweight TPM Remote Attestation over BluetoothSize: 3.87 MB - Last synced: 7 days ago - Pushed: about 2 years ago



InseeFrLab/onyxia-onboarding
Onboarding for the Onyxia datalabSize: 68.4 KB - Last synced: 7 days ago - Pushed: over 1 year ago

InseeFrLab/onyxia-onboarding-operator
An operator for onyxia's onboarding tasksSize: 71.3 KB - Last synced: 7 days ago - Pushed: over 1 year ago

InseeFrLab/utils
A collection of scripts that may have been used at some point :)Size: 41 KB - Last synced: 7 days ago - Pushed: over 1 year ago

COSAE-FR/ripflow
Simple Netflow v5 probeSize: 25.4 KB - Last synced: 14 days ago - Pushed: almost 4 years ago

COSAE-FR/riprovision
Provision Unifi devices to specific management VLANsSize: 4.9 MB - Last synced: 14 days ago - Pushed: 2 months ago

SocialGouv/secretgen-controller Fork of carvel-dev/secretgen-controller
secretgen-controller provides CRDs to specify what secrets need to be on Kubernetes cluster (to be generated or not)Size: 30.4 MB - Last synced: 5 days ago - Pushed: 11 months ago

