Source: golang-github-allegro-bigcache Maintainer: Debian Go Packaging Team Uploaders: Guillem Jover , Section: golang Testsuite: autopkgtest-pkg-go Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-allegro-bigcache Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-allegro-bigcache.git Homepage: https://github.com/allegro/bigcache XS-Go-Import-Path: github.com/allegro/bigcache Package: golang-github-allegro-bigcache-dev Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, Description: efficient cache for gigabytes of data written in Go (library) Fast, concurrent, evicting in-memory cache written to keep big number of entries without impact on performance. BigCache keeps entries on heap but omits GC for them. To achieve that, operations on byte slices take place, therefore entries (de)serialization in front of the cache will be needed in most use cases.