Pinned Repositories
brpc
brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
cfuture
a c++ promise future implementation with continuation [work in progress]
closure
A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.
competitive_programming_codes
Effective-Notes
Notes of effective (modern) c++, and more.
FX-music-player
A music player created by JavaFX, this is a course project of my java course.
liteproto
A native C++17 reflection and serialization library [work in progress]
magic
[Deprecated] Magic of modern c++. Run time type info, reflection, and other fantasic features.
result
rust style error handling for cpp
wisckey
WiscKey is a highly SSD optimized key-value storage based on LevelDB.
coyorkdow's Repositories
coyorkdow/nbds
non-blocking hash table, lock-free skiplist and other non-blocking data structures