minxinhao/old-SepHash
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Run # 单机运行 mkdir build cd build cmake .. make ser_cli # server ../ser_cli.sh server # cli ../ser_cli.sh 0 # 分布式运行 # in build directory ../sync.sh out ../ser_cli.sh server # in every cli's home/usr : ./ser_cli.sh cli_id ./run.sh 0 # 收集数据 in build directory ../sync.sh in # python3 ../collect.py #num_clients python3 ../collect.py 2/4/8 # New version https://github.com/minxinhao/SepHash-M