todas as opções
bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ] [  experimental  ]
[ Fonte: golang-github-dgraph-io-ristretto  ]

Pacote: golang-github-dgraph-io-ristretto-dev (2.1.0-1)

Links para golang-github-dgraph-io-ristretto-dev

Screenshot

Recursos de Debian:

Baixe o pacote-fonte golang-github-dgraph-io-ristretto:

Mantenedores(as):

Fontes externas:

Pacotes similares:

Pacote experimental

Aviso: este pacote é da distribuição experimental. Isso significa que provavelmente é instável ou tem erros, e pode até causar perda de dados. Certifique-se de consultar o changelog e outras documentações antes de usá-lo.

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.

Outros pacotes relacionados a golang-github-dgraph-io-ristretto-dev

  • depende
  • recomenda
  • sugere
  • melhora

Download de golang-github-dgraph-io-ristretto-dev

Baixe para todas as arquiteturas disponíveis
Arquitetura Tamanho do pacote Tamanho instalado Arquivos
all 68.0 kB301.0 kB [lista de arquivos]