Skip to content

justinchou/cpp_game_server

Repository files navigation

cpp_game_server

Game server modules and useful algorithm writen with C/C++.

For detailed instructions, please read README.md in each module.

#Game Server Modules

##BTreeRankList

a game server rank list with binary tree argorithm.

##ZsetRankList

a game server rank list realized with redis zset(sorted set).

##lru

least reacently used argorithm to delete data that cached in memory.

##mysql

a basic example to use cpp with mysql database.

##socket

a basic realization of socket listening server - this is a copy from the web.

About

game server modules and useful algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages