Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 601 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 601 Bytes

kv-engine

如果你选修清华大学计算机系相关课程,并且正在做与本仓库相同的作业,请先自己实现后再参考。在课程允许参考的前提下,参考本仓库后,务必在 README 和代码注释中记录参考本仓库的内容。

All you have to do:

Complete engine_race/engine_race.[h,cc], and execute

make

to build your own engine

Example for you

For quick start, we have already implemented a simple example engine in engine_example, you can view it and execute

make TARGET_ENGINE=engine_example

to build this example engine