tikv/tikv

protobuf: use COW feature to reduce heap allocation

Open

#2,614 建立於 2017年12月25日

在 GitHub 查看
 (0 留言) (0 反應) (1 負責人)Rust (15,922 star) (2,189 fork)batch import
component/performancehelp wantedtype/enhancement

描述

See https://github.com/stepancheg/rust-protobuf#copy-on-write

We can use COW to reduce the string and bytes heap allocation.

貢獻者指南