coyorkdow's Stars
psf/requests
A simple, yet elegant, HTTP library.
nlohmann/json
JSON for Modern C++
simple-icons/simple-icons
SVG icons for popular brands
fmtlib/fmt
A modern formatting library
LMAX-Exchange/disruptor
High Performance Inter-Thread Messaging Library
microsoft/STL
MSVC's implementation of the C++ Standard Library.
tokio-rs/mini-redis
Incomplete Redis client and server implementation using Tokio - for learning purposes only
nrc/r4cppp
Rust for C++ programmers
anmol098/waka-readme-stats
This GitHub action helps to add cool dev metrics to your github profile Readme
randombit/botan
Cryptography Toolkit
greg7mdp/parallel-hashmap
A family of header-only, very fast and memory-friendly hashmap and btree containers.
cloudwu/coroutine
A asymmetric coroutine library for C.
abseil/abseil-py
Abseil Common Libraries (Python)
colin-scott/interactive_latencies
Jeff Dean's latency numbers plotted over time
max0x7ba/atomic_queue
C++ lockless queue.
jonasmr/microprofile
microprofile is an embeddable profiler
OneSizeFitsQuorum/MIT6.824-2021
4 labs + 2 challenges + 4 docs
rigtorp/MPMCQueue
A bounded multi-producer multi-consumer concurrent queue written in C++11
pfultz2/Cloak
A mini-preprocessor library to demostrate the recursive capabilites of the preprocessor
rigtorp/SPSCQueue
A bounded single-producer single-consumer wait-free and lock-free queue written in C++11
google/libnop
libnop: C++ Native Object Protocols
bilke/cmake-modules
Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules)
orsinium-labs/enum
Type safe enums for Go without code generation or reflection
shuveb/io_uring-by-example
A companion repository for the io_uring by Example article series
swansontec/map-macro
A recursive C preprocessor macro which performs an operation on each element of a list
coyorkdow/closure
A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.
joonhyungshin/cp-badges
Competitive Programming badges
coyorkdow/liteproto
A native C++17 reflection and serialization library [work in progress]
biran0083/lambda
Prove Turing Completeness of lambda expression
coyorkdow/cfuture
a c++ promise future implementation with continuation [work in progress]