summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhang zhihao <[email protected]>2022-11-13 11:10:33 +0000
committerzhang zhihao <[email protected]>2022-11-13 11:10:33 +0000
commitc039ad7864ce894fc0c445cf04a55a3f3d2ee787 (patch)
tree4348f407b18f494106f2b4f3d04973beea292483
parent7285105c540bf744507af431df38c9bd465c7cb8 (diff)
Update README.md
-rw-r--r--README.md28
1 files changed, 27 insertions, 1 deletions
diff --git a/README.md b/README.md
index 995e718..292c6cf 100644
--- a/README.md
+++ b/README.md
@@ -14,8 +14,34 @@ git clone https://git.mesalab.cn/zhangzhihao/heavykeeper.git
**文件目录说明**
-
+HeavyKeeper中存放算法实现,include中存放算法声明,init中属于工具库。
filetree
+- HeavyKeeper
+ CMakeLists
+ cmsketch.cpp
+ CSS.cpp
+ heavykeeper.cpp
+ LossyCounting.cpp
+ spacesaving.cpp
+- include
+ cmsketch.h
+ CSS.h
+ heavykeeper.h
+ LossyCounting.h
+ spacesaving.h
+- init
+ BOBHash32.cpp
+ BOBHash32.h
+ BOBHash64.cpp
+ BOBHash64.h
+ params.h
+ ssummary.cpp
+ ssummary.h
+- dataset
+ 2016.dat
+ 2018.dat
+- main.cpp
+CMakeLists.txt
**部署**