Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 266 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 266 Bytes

Parameter Server for online system.

File Description

  • ./deps : Folder for dependency packages

  • ./src : Folder for source code file

  • ./bin : Folder for binary executable file

How to build

  1. mkdir build; cd build; cmake ../src/; make