An open API service indexing awesome lists of open source software.

https://github.com/jiegec/kv-engine


https://github.com/jiegec/kv-engine

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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