Wongony's Stars
WerWolv/ImHex
🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.
karanpratapsingh/system-design
Learn how to design systems at scale and prepare for system design interviews
fmtlib/fmt
A modern formatting library
vasanthk/how-web-works
What happens behind the scenes when we type www.google.com in a browser?
xiaolincoder/CS-Base
图解计算机网络、操作系统、计算机组成、数据库,共 1000 张图 + 50 万字,破除晦涩难懂的计算机基础知识,让天下没有难懂的八股文!🚀 在线阅读:https://xiaolincoding.com
google/sanitizers
AddressSanitizer, ThreadSanitizer, MemorySanitizer
microsoft/mimalloc
mimalloc is a compact general purpose allocator with excellent performance.
miloyip/json-tutorial
从零开始的 JSON 库教程
mmcgrana/gobyexample
Go by Example
jart/blink
tiniest x86-64-linux emulator
redis/hiredis
Minimalistic C client for Redis >= 1.2
pineappleEA/pineapple-src
A former citrus fruit-named emulator's Early Access source code
facundoolano/software-papers
📚 A curated list of papers for Software Engineers
cmu-db/bustub
The BusTub Relational Database Management System (Educational)
idealvin/coost
A tiny boost library in C++11.
ketoo/NoahGameFrame
A fast, scalable, distributed game server engine/framework for C++, include the actor library, network library, can be used as a real time multiplayer game engine ( MMO RPG/MOBA ), which support C#/Lua script/ Unity3d, Cocos2dx and plan to support Unreal.
sogou/srpc
RPC framework based on C++ Workflow. Supports SRPC, Baidu bRPC, Tencent tRPC, thrift protocols.
cloudwu/pbc
A protocol buffers library for C
alibaba/yalantinglibs
A collection of modern C++ libraries, include coro_rpc, struct_pack, struct_json, struct_xml, struct_pb, easylog, async_simple
protocolbuffers/upb
a small protobuf implementation in C
cacay/MemoryPool
An easy to use and efficient memory pool allocator written in C++.
yangminz/bcst_csapp
A C language repo to implement CSAPP
alibaba/PhotonLibOS
Probably the fastest coroutine lib in the world!
dermesser/libsocket
The ultimate socket library for C and C++, supporting TCP, UDP and Unix sockets (DGRAM and STREAM) on Linux, FreeBSD, Solaris. See also my uvco library for a refreshed version!
FunctionDou/STL
STL源码分析
DistSysCorp/ddia
DDIA 逐章精读
surparallel/luacluster
MMO game server: Unity includes a 10,000 Player scene
lichuang/storage-paper-reading-cn
存储(分布式、存储引擎等)领域相关的论文阅读笔记
DistSysCorp/sources
good sources for distributed system and database
hardcore-os/coreKV-CPP