パッケージ: golang-github-victoriametrics-fastcache-dev (1.5.7-2)
golang-github-victoriametrics-fastcache-dev に関するリンク
Debian の資源:
golang-github-victoriametrics-fastcache ソースパッケージをダウンロード:
- [golang-github-victoriametrics-fastcache_1.5.7-2.dsc]
- [golang-github-victoriametrics-fastcache_1.5.7.orig.tar.gz]
- [golang-github-victoriametrics-fastcache_1.5.7-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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.
その他の golang-github-victoriametrics-fastcache-dev 関連パッケージ
|
|
|
|
-
- 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