Ecosyste.ms: Packages

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

Top 5.8% dependent packages on proxy.golang.org
Top 4.7% dependent repos on proxy.golang.org

proxy.golang.org : azoo.dev/utils/tearc

Package tearc provides a sharded caching data structure with sliding frame (e.g. timing) evictions and adaptive replacement caching. Its goal is to keep as few high-security objects (private keys) in memory as possible. Items are either evicted when chosen by page replacement (ARC) or at latest when their eviction time has come (a Go heap with sliding frames reaches it). This results in a caching data structure that has at max n-items chosen by adaptive replacement caching, but fully clears its memory after the configured eviction time. The eviction time resets after every usage (Get) of the cached item. tearc internally uses sharded caches to minimize mutex contention. This performs slightly worse on small caches, but improves stable performance in more congested times. tearc stands for Timed-Eviction-Adaptive-Replacement-Cache

Registry - Source - Documentation - JSON
purl: pkg:golang/azoo.dev/utils/tearc
Keywords: access-control, access-management, asvs, asvs-level3, authentication, authorization, go, golang, hsm, iam, id-as-a-service, idaas, identity, identity-management, identity-management-system, security
License: Apache-2.0
Latest release: over 2 years ago
First release: over 2 years ago
Namespace: azoo.dev/utils
Dependent packages: 1
Dependent repositories: 1
Stars: 2 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 14 days ago

    Loading...
    Readme
    Loading...