Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 317 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 317 Bytes

Rings

安装python依赖包:

pip install -r requirements.txt

编译 C++ 代码:

cd Rings/
make

进入主程序 main.py 按照注释设置需要的参数,然后运行:

python /path/to/Rings/main.py num_threads

其中num_threads为线程数,一般设置为CPU核数。