套件: golang-github-allegro-bigcache-dev (2.2.5-4)
golang-github-allegro-bigcache-dev 的相關超連結
Trisquel 的資源:
下載原始碼套件 golang-github-allegro-bigcache:
- [golang-github-allegro-bigcache_2.2.5-4.dsc]
- [golang-github-allegro-bigcache_2.2.5.orig.tar.gz]
- [golang-github-allegro-bigcache_2.2.5-4.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Go Packaging Team
- Guillem Jover
外部的資源:
- 主頁 [github.com]
相似套件:
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.