gitfancode's Stars
mark-0voice/zvnet
facebook/folly
An open-source C++ library developed and used at Facebook.
sogou/workflow
C++ Parallel Computing and Asynchronous Networking Framework
zhulintao/CodingInterviewChinese2
《剑指Offer》第二版源代码(Clone from: https://github.com/zhedahht/CodingInterviewChinese2)
liuyubobobo/Play-Leetcode
My Solutions to Leetcode problems. All solutions support C++ language, some support Java and Python. Multiple solutions will be given by most problems. Enjoy:) 我的Leetcode解答。所有的问题都支持C++语言,一部分问题支持Java语言。近乎所有问题都会提供多个算法解决。大家加油!:)
0voice/interview_internal_reference
2023年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
wx-chevalier/DistributedSystem-Notes
:books: 深入浅出分布式基础架构,Linux 与操作系统篇 | 分布式系统篇 | 分布式计算篇 | 数据库篇 | 网络篇 | 虚拟化与编排篇 | 大数据与云计算篇
talent-plan/tinykv
A course to build distributed key-value service based on TiKV model
OpenAtomFoundation/pika
Pika is a Redis-Compatible database developed by Qihoo's infrastructure team.
shreyas-gopalakrishna/Concurrent-Skip-list
The concurrent skip list is a multithreaded implementation of the skip list data structure where the insert, delete, get and range operations can be performed together across multiple threads. The implementation uses hand-over-hand locking to access nodes for writing and atomic variables while reading (no locks needed while reading).
aneasystone/mysql-deadlocks
收集一些常见的 MySQL 死锁案例
hedengcheng/tech
programming, database, distributed system
hongyangyao/es_doc-cn
ElastcSearch中文文档
wj596/go-mysql-transfer
MySQL Binlog 增量实时同步工具
debuginn/golang-developer-roadmap-cn
在 2019 成为一名 Go 开发者的路线图。为学习 Go 的人而准备。
liu-jianhao/Cpp-Design-Patterns
C++设计模式
gozfree/gear-lib
Gear-Lib, C library for IOT Embedded Multimedia and Network
jemalloc/jemalloc
dualface/gbc-core
GameBox Cloud Core - The Game Server Framework based on Lua and OpenResty.
leafo/lapis
A web framework for Lua and OpenResty written in MoonScript
yuanfengyun/q_algorithm
棋牌的胡牌算法,包括麻将、跑胡子、扑克。实现 lua 、c++ 、c# 、golang 、js 、java 、python 版本。( Mahjong algorithm )
unknwon/go-study-index
Go 语言学习资料索引
jarjin/LuaFramework_UGUI
请移步新版地址https://github.com/jarjin/LuaFramework_UGUI_V2 支持安卓ARM64【已停止更新】
miloyip/game-programmer
A Study Path for Game Programmer
ScutGame/Scut
Scut is a free, open source, stable game server framework, which support C#/Python/Lua script, and support Unity3d, Cocos2dx, FlashAir client access.
mailzwj/node.js
Sources list about node.js.
LomoX-Offical/nginx-openresty-windows
nginx for windows with openresty
xjdrew/redis-persist
旁路监听,把redis数据存盘到leveldb
xinjuncoding/mmoarpgserver
基于skynet的mmoarpg游戏服务器
cloudwu/sproto
Yet another protocol library like google protocol buffers , but simple and fast.