4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)Rust2,189 forks (2,189 forks)batch import
component/performancedifficulty/easyhelp wantedstatus/mentor
Repository metrics
- Stars
- 15,922 stars (15,922 stars)
- PR merge metrics
- Avg merge 28d 9h (Avg merge 28d 9h)68 merged PRs in 30d (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
- Research direction
- Identify all usages of 'src/util/codec' in the codebase and replace them with the equivalent from 'components/codec'. Refer to PR #3629 for understanding the new codec API.
- Tech stack
- rust
- Domain
- database
- Issue type
- Feature
- Prerequisites
- RustGit