openwechat:微信 API 封装。https://github.com/eatmoreapple/openwechat
OpenIM:即时通讯项目。https://doc.rentsoft.cn/#/?id=%e6%88%91%e4%bb%ac%e7%9a%84%e4%bd%bf%e5%91%bd
cxxcurses:封装 ncurses 库的图形库。https://github.com/hjaremko/cxxcurses
跟踪文件更改:https://github.com/Earu/gm_io_events/tree/master
C++11 的协程库:https://github.com/yyzybb537/libgo
hashmap 的实现:https://github.com/DoasIsay/SharedHashMap/blob/master/locker.h
c++11实现写优先的读写锁:https://blog.csdn.net/blackbattery/article/details/119109624
linux内核读写自旋锁:https://blog.csdn.net/zhoutaopower/article/details/86605987
自旋锁实现:https://github.com/boytm/rw_spinlock/blob/master/spinlock.cpp
读写自旋锁:https://github.com/facebook/folly/blob/main/folly/synchronization/RWSpinLock.h
自旋锁实现:https://stackoverflow.com/questions/56175752/centralized-fair-rw-spin-lock
自旋锁:https://github.com/ademakov/Evenk/blob/master/evenk/spinlock.h
自旋锁:https://github.com/ademakov/Evenk/blob/master/tests/shared-lock-test.cc
c++14 并发编程库:https://github.com/ademakov/Evenk
cpustat 项目:https://github.com/uber-archive/cpustat
brpc:https://github.com/apache/brpc
oomd:https://github.com/facebookincubator/oomd
earlyoom:https://github.com/rfjakob/earlyoom
Qasan:https://github.com/andreafioraldi/qasan
QASAN 的论文:https://andreafioraldi.github.io/assets/qasan-secdev20.pdf
plthook:https://github.com/kubo/plthook