tikv/tikv

Warn on large structure move or large return structure

开放

#4,702 创建于 2019年5月16日

 (6 条评论) (0 个反应) (0 位负责人)Rust (2,189 个派生)batch import
help wantedtype/enhancement

仓库指标

星标
 (15,922 个星标)
PR 合并指标
 (平均合并 28天 9小时) (30 天内合并 68 个 PR)

描述

Feature Request

According to https://github.com/tikv/tikv/issues/4676 in fact we have some large structures in critical paths, which may greatly impact the performance. We need to warn these large structures taken place in return values. Also it would be even better if we can check the structure size of each move!

贡献者指南