tikv/tikv

Switch to use codecs in components/codec

Open

#4,040 opened on Jan 9, 2019

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Rust (2,189 forks)batch import
component/performancedifficulty/easyhelp wantedstatus/mentor

Repository metrics

Stars
 (15,922 stars)
PR merge metrics
 (Avg merge 28d 9h) (68 merged PRs in 30d)

Description

Feature Request

Since https://github.com/tikv/tikv/pull/3629 is landed, we can gradually use the new codec in components/codec instead of src/util/codec, which is more efficient and also easier to use.

Contributor guide