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: presque 2 ans 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
1024pix/steampipe-plugin-learningcontent
Steampipe plugin to query LCMS contentSize: 101 ko - Last synced: 2 jours ago - Pushed: plus d'un an ago
1024pix/steampipe-plugin-metabase
Use SQL to query databases, tables, permissions and more from MetabaseSize: 1,22 Mo - Last synced: 2 jours ago - Pushed: environ un mois ago
pocs/mdl-qor-sdk
This SDK is based upon [QOR](https://github.com/qor/qor) and aims to provide a boilerplate for quickly prototyping admin types applications.Last synced: 8 mois ago - Pushed: environ un an ago
swh/infra/ci-cd/3rdparty/cert-manager-webhook-gandi
Last synced: 8 mois ago - Pushed: environ un an ago
betagouv/sealed-secrets Fork of bitnami-labs/sealed-secrets
A Kubernetes controller and tool for one-way encrypted SecretsSize: 19,2 Mo - Last synced: 6 jours ago - Pushed: presque 3 ans ago
betagouv/vouch-proxy Fork of vouch/vouch-proxy
an SSO and OAuth / OIDC login solution for Nginx using the auth_request moduleSize: 5,68 Mo - Last synced: 6 jours ago - Pushed: plus d'un an ago
cea-hpc/fabricmon Fork of dswarbrick/fabricmon
InfiniBand fabric monitoring daemon written in GoSize: 404 ko - Last synced: 7 jours ago - Pushed: 8 mois ago
1024pix/steampipe-plugin-github Fork of turbot/steampipe-plugin-github
Use SQL to instantly query repositories, users, gists and more from GitHub. Open source CLI. No DB required.Size: 206 ko - Last synced: 2 jours ago - Pushed: environ un an ago
radiofrance/ipahealthcheck_exporter Fork of camptocamp/ipahealthcheck_exporter
Prometheus exporter for exposing ipa-healthcheck tool checks as metricsSize: 60,5 ko - Last synced: 6 jours ago - Pushed: environ 4 ans ago
radiofrance/process-exporter Fork of ncabatoff/process-exporter
Prometheus exporter that mines /proc to report on selected processesSize: 2,25 Mo - Last synced: 6 jours ago - Pushed: plus d'un an ago
signaux-faibles/wekan-alerter
wekan-alerterSize: 44,9 ko - Last synced: 7 jours ago - Pushed: plus de 2 ans ago
signaux-faibles/goup
Serveur minimaliste pour téléverser des fichiers avec une gestion de droitsSize: 63,1 Mo - Last synced: 7 jours ago - Pushed: plus de 2 ans ago
radiofrance/helm-chart-sonarqube Fork of SonarSource/helm-chart-sonarqube
Size: 2,99 Mo - Last synced: 8 mois ago - Pushed: 11 mois ago
web-et-numerique/factory/llle_project/cozy-stack
Fork of cozy-stack https://github.com/cozy/cozy-stackLast synced: 8 mois ago
gestion-des-assemblees/elections
Application de recensement des votes d'une élection et affichage de ses résultats.Last synced: 8 mois ago
systemes-dinformation/project-template/sdk-go
Simple Developpement Kit for GO with Gorm ORM for backend and Bulma for frontend.Last synced: 8 mois ago