Paket: golang-github-dgraph-io-ristretto-dev (0.0.3-1)
Links für golang-github-dgraph-io-ristretto-dev
Trisquel-Ressourcen:
Quellcode-Paket golang-github-dgraph-io-ristretto herunterladen:
- [golang-github-dgraph-io-ristretto_0.0.3-1.dsc]
- [golang-github-dgraph-io-ristretto_0.0.3.orig.tar.gz]
- [golang-github-dgraph-io-ristretto_0.0.3-1.debian.tar.xz]
Betreuer:
Original Maintainers:
- Debian Go Packaging Team
- Andreas Henriksson
Externe Ressourcen:
- Homepage [github.com]
Ähnliche Pakete:
- golang-github-victoriametrics-fastcache-dev
- golang-github-bmatsuo-lmdb-go-dev
- golang-github-tidwall-buntdb-dev
- trojita
- golang-github-hodgesds-perf-utils-dev
- python3-fastapi
- libconfig-tiny-perl
- golang-github-renekroon-ttlcache-dev
- golang-github-hashicorp-go-cleanhttp-dev
- golang-github-michaeltjones-walk-dev
- golang-github-charmbracelet-bubbles-dev
high performance memory-bound Go cache
Ristretto is a fast, concurrent cache library built with a focus on performance and correctness.
The motivation to build Ristretto comes from the need for a contention-free cache in Dgraph (https://github.com/dgraph-io/dgraph).
Features:
* High Hit Ratios - with our unique admission/eviction policy pairing, Ristretto's performance is best in class. * Eviction: SampledLFU - on par with exact LRU and better performance on Search and Database traces. * Admission: TinyLFU - extra performance with little memory overhead (12 bits per counter). * Fast Throughput - we use a variety of techniques for managing contention and the result is excellent throughput. * Cost-Based Eviction - any large new item deemed valuable can evict multiple smaller items (cost could be anything). * Fully Concurrent - you can use as many goroutines as you want with little throughput degradation. * Metrics - optional performance metrics for throughput, hit ratios, and other stats. * Simple API - just figure out your ideal Config values and you're off and running.Status Ristretto is usable but still under active development. We expect it to be production ready in the near future.
Andere Pakete mit Bezug zu golang-github-dgraph-io-ristretto-dev
|
|
|
-
- dep: golang-github-cespare-xxhash-dev
- implementation of the 64-bit xxHash algorithm (XXH64)
-
- dep: golang-github-dgryski-go-farm-dev
- pure-Go FarmHash implementation
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package
golang-github-dgraph-io-ristretto-dev herunterladen
Architektur | Paketgröße | Größe (installiert) | Dateien |
---|---|---|---|
all | 31,0 kB | 131 kB | [Liste der Dateien] |