tikv/tikv

Warn on large structure move or large return structure

Open

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

在 GitHub 查看
 (6 评论) (0 反应) (0 负责人)Rust (15,922 star) (2,189 fork)batch import
help wantedtype/enhancement

描述

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!

贡献者指南