[ Bron: golang-github-victoriametrics-fastcache ]
Pakket: golang-github-victoriametrics-fastcache-dev (1.12.0 ds1-1)
Verwijzigingen voor golang-github-victoriametrics-fastcache-dev
Debian bronnen:
Het bronpakket golang-github-victoriametrics-fastcache downloaden:
- [golang-github-victoriametrics-fastcache_1.12.0 ds1-1.dsc]
- [golang-github-victoriametrics-fastcache_1.12.0 ds1.orig.tar.xz]
- [golang-github-victoriametrics-fastcache_1.12.0 ds1-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
fast thread-safe in-memory cache for big number of entries in Go (library)
Features:
* Fast. Performance scales on multi-core CPUs. * Thread-safe. Concurrent goroutines may read and write into a single cache instance. * The fastcache is designed for storing big number of entries without GC overhead. * Fastcache automatically evicts old entries when reaching the maximum cache size set on its creation. * Simple API. * Simple source code. * Cache may be saved to file and loaded from file. * Works on Google AppEngine.
Andere aan golang-github-victoriametrics-fastcache-dev gerelateerde pakketten
|
|
|
|
-
- dep: golang-github-allegro-bigcache-dev
- efficient cache for gigabytes of data written in Go (library)
-
- dep: golang-github-cespare-xxhash-dev
- implementation of the 64-bit xxHash algorithm (XXH64)
-
- dep: golang-github-golang-snappy-dev
- Implementation of the Snappy compression format in Go
-
- dep: golang-golang-x-sys-dev
- Low-level interaction with the operating system