diff options
| author | zhang zhihao <[email protected]> | 2022-11-13 11:11:38 +0000 |
|---|---|---|
| committer | zhang zhihao <[email protected]> | 2022-11-13 11:11:38 +0000 |
| commit | e50bc291f37507474e0575cc8bf38309f49a8bfb (patch) | |
| tree | f3a39d67511bb5b76378bed060795492df727461 | |
| parent | c039ad7864ce894fc0c445cf04a55a3f3d2ee787 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 31 |
1 files changed, 29 insertions, 2 deletions
@@ -14,34 +14,61 @@ 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 + + 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 + +- CMakeLists.txt **部署** |
