1suming's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
TheAlgorithms/Python
All Algorithms implemented in Python
CyC2018/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
binhnguyennus/awesome-scalability
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
xitu/gold-miner
🥇掘金翻译计划,可能是世界最大最好的英译中技术社区,最懂读者和译者的翻译平台:
nsqio/nsq
A realtime distributed messaging platform
keon/algorithms
Minimal examples of data structures and algorithms in Python
Vonng/ddia
《Designing Data-Intensive Application》DDIA中文翻译
fivethirtyeight/data
Data and code behind the articles and graphics at FiveThirtyEight
bailicangdu/node-elm
Backend system based on node.js + Mongodb. 基于 node.js + Mongodb 构建的后台系统
tinode/chat
Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots
irungentoo/toxcore
The future of online communications.
duilib/duilib
fragglet/c-algorithms
A library of common data structures and algorithms written in C.
qdtroy/DuiLib_Ultimate
duilib 旗舰版-高分屏、多语言、样式表、资源管理器、异形窗口、窗口阴影、简单动画
limingfan2016/game_service_system
从0开始开发 基础库(配置文件读写、日志、多线程、多进程、锁、对象引用计数、内存池、免锁消息队列、免锁数据缓冲区、进程信号、共享内存、定时器等等基础功能组件),网络库(socket、TCP、UDP、epoll机制、连接自动收发消息等等),数据库操作库(mysql,redis、memcache API 封装可直接调用),开发框架库(消息调度处理、自动连接管理、服务开发、游戏框架、服务间消息收发、消息通信等等),消息中间件服务(不同网络节点间自动传递收发消息)等多个功能组件、服务,最后完成一套完整的服务器引擎,基于该框架引擎可开发任意的网络服务。 主体架构:N网关+N服务+N数据库代理+内存DB(Redis、MemCache)+Mysql数据库,基于该架构可建立集群,稳定高效的处理大规模、高并发消息。
Tencent/Pebble
Pebble分布式开发框架
GeekGhc/zhihu-app
laravel-vue-zhihu :sparkles:
PikaLabs/pink
A high performance network library
dreddsa5dies/algorithm
The repository algorithms implemented on the Go
shihuaping/gamex
棋牌类游戏框架,参考网狐
zhangshiqian1214/skynet-server
用skynet搭建的服务端框架
happyfish100/fastdht
FastDHT is a high performance distributed hash table (DHT) which based key value pairs. It can store mass key value pairs such as filename mapping, session data and user related data.
Qihoo360/nemo
A library that provide multiply data structure. Such as map, hash, list, set. We build these data structure base on rocksdb as the storage layer for Pika https://github.com/OpenAtomFoundation/pika .
shuimuliang/qnmahjongclient
Mahjong App
ketoo/NFrame
A fast, scalable, distributed game server framework for C++, include actor library, network library,can be used as a real time multiplayer game engine ( MMO RPG ) .
sniperHW/luawrapper
a wrapper for lua api,writting by c++
bajdcc/tinix
forked from http://code.taobao.org/p/tinixdev/src/
KernelMaker/blackwidow
A library implements REDIS commands(Strings, Hashes, Lists, Sorted Sets, Sets, Keys, HyperLogLog) based on rocksdb
simyy/memcached-module-practice
Implementation of Memcached Module in C++