Artifact golang-github-bep-lazycache-dev_0.4.0-1_all

Metadata
deb_control_files:
- control
- md5sums
deb_fields:
  Architecture: all
  Depends: golang-github-frankban-quicktest-dev (>= 1.14.2), golang-github-hashicorp-golang-lru-v2-dev
    (>= 2.0.7)
  Description: |-
    Thread-safe in-memory LRU cache with non-blocking cache priming on cache misses
     Lazycache is a simple thread-safe in-memory LRU cache.  Under the hood
     it leverages the great simpleru package in golang-lru, with its exellent
     performance.  One big difference between golang-lru and this library is
     the GetOrCreate method, which provides:
     .
      * Non-blocking cache priming on cache misses.
      * A guarantee that the prime function is only called once for a given key.
      * The cache's RWMutex is not locked during the execution of the prime
        function, which should make it easier to reason about potential deadlocks.
     .
     Other notable features:
     .
      * The API is generic
      * The cache can be resized while running.
      * When the number of entries overflows the defined cache size, the
        least recently used item gets discarded (LRU).
  Homepage: https://github.com/bep/lazycache
  Installed-Size: '31'
  Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
  Multi-Arch: foreign
  Package: golang-github-bep-lazycache-dev
  Priority: optional
  Section: golang
  Source: golang-github-bep-lazycache
  Version: 0.4.0-1
srcpkg_name: golang-github-bep-lazycache
srcpkg_version: 0.4.0-1

File

golang-github-bep-lazycache-dev_0.4.0-1_all.deb
Binary file golang-github-bep-lazycache-dev_0.4.0-1_all.deb cannot be displayed. you can view it raw or download it instead.

Relations

Relation Direction Type Name
built-using Source package golang-github-bep-lazycache_0.4.0-1

binary package System - - 6 months ago 5 months
BETA