From ac45c11e0187faa6d76f9a1714823ca9755831fd Mon Sep 17 00:00:00 2001 From: fengyang Date: Wed, 7 Dec 2022 21:32:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme=E7=9A=84=E5=88=86?= =?UTF-8?q?=E6=94=AF=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- doc/TODOList.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 84ebc1b..ff45216 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ LevelDB for rust #### 参与贡献 1. Fork 本仓库 -2. 新建 Feat_xxx 分支 +2. 新建 feat/1.0.0_util_xxx 分支 3. 提交代码 4. 新建 Pull Request diff --git a/doc/TODOList.md b/doc/TODOList.md index 5b36362..e0b7c83 100644 --- a/doc/TODOList.md +++ b/doc/TODOList.md @@ -16,6 +16,7 @@ 5. Table Build 6. Recovery 7. SStable +8. # Util 1. Arena (Memory Management) 2. BloomFilter @@ -31,6 +32,7 @@ 12. Status 13. Random 14. Slice + ## Traits 1. public trait defined in leveldb include dir -- Gitee