ipfs/kubo

cache merkledag nodes in dagservice

Open

#2.849 aberto em 13 de jun. de 2016

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)Go (2.725 forks)batch import
exp/wizardhelp wantedstatus/deferred

Métricas do repositório

Stars
 (13.906 stars)
Métricas de merge de PR
 (Mesclagem média 4d 2h) (28 fundiu PRs em 30d)

Description

Adding in a cache for recently used merkledag nodes will improve performance on workloads that rely on manipulating object graphs.

Ideally, the size of the cache should be configurable from the config file, and if set to default (or unset in the config) be reduced when IPFS_LOW_MEM is set.

Guia do colaborador