Source: golang-github-yiling-j-theine-go
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 dpkg-build-api (= 1),
 golang-any,
 golang-github-stretchr-testify-dev,
 golang-github-zeebo-xxh3-dev,
 golang-golang-x-sync-dev,
 golang-golang-x-sys-dev,
Standards-Version: 4.7.3
Homepage: https://github.com/Yiling-J/theine-go
Vcs-Browser: https://forgejo.debian.net/golang/golang-github-yiling-j-theine-go
Vcs-Git: https://forgejo.debian.net/golang/golang-github-yiling-j-theine-go
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/Yiling-J/theine-go

Package: golang-github-yiling-j-theine-go-dev
Section: golang
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: high performance in-memory cache (library)
 High performance in-memory & hybrid cache inspired by Caffeine
 (https://github.com/ben-manes/caffeine).
 .
  * Good performance
  * Support for Generics
  * High hit ratio with adaptive W-TinyLFU (https://arxiv.org/pdf/1512.
    00727.pdf) eviction policy
  * Expired data are removed automatically using hierarchical timer wheel
    (http://www.cs.columbia.edu/~nahum/w6998/papers/ton97-timing-wheels.
    pdf)
  * Simple API
