ipfs/kubo

cache merkledag nodes in dagservice

Open

#2,849 创建于 2016年6月13日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Go (13,906 star) (2,725 fork)batch import
exp/wizardhelp wantedstatus/deferred

描述

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.

贡献者指南