Pakket: golang-github-allegro-bigcache-dev (2.2.5-4)
Verwijzigingen voor golang-github-allegro-bigcache-dev
Trisquel bronnen:
Het bronpakket golang-github-allegro-bigcache downloaden:
- [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]
Beheerder:
Original Maintainers:
- Debian Go Packaging Team
- Guillem Jover
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.