melodykxq's Stars
yanfeizhang/coder-kung-fu
开发内功修炼
melodykxq/LVS
A distribution of Linux Virtual Server with some advanced features. It introduces a new packet forwarding method - FULLNAT other than NAT/Tunneling/DirectRouting, and defense mechanism against synflooding attack - SYNPROXY.
alibaba/LVS
A distribution of Linux Virtual Server with some advanced features. It introduces a new packet forwarding method - FULLNAT other than NAT/Tunneling/DirectRouting, and defense mechanism against synflooding attack - SYNPROXY.
Zhuweizhoong/C_Threadpool
C语言线程池
Alinshans/MyTinySTL
Achieve a tiny STL in C++11
yedf2/handy
🔥简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework
ruanyf/weekly
科技爱好者周刊,每周五发布
Light-City/CPlusPlusThings
C++那些事
quic-go/quic-go
A QUIC implementation in pure Go
feiskyer/linux-perf-examples
极客时间《Linux 性能优化实战》案例
balloonwj/CppGuide
C/C++学习,后端开发进阶指南。
spdk/spdk
Storage Performance Development Kit
torvalds/linux
Linux kernel source tree
iovisor/bcc
BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
bitcoin-core/secp256k1
Optimized C library for EC operations on curve secp256k1
F-Stack/f-stack
F-Stack is an user space network development kit with high performance based on DPDK, FreeBSD TCP/IP stack and coroutine API.
bpftools/linux-observability-with-bpf
Code snippets from the O'Reilly book
wanna280/thread_schedule
About thread schedule
Yuandong-Chen/coroutine
A coroutine library written in and for C. Different kinds of Interfaces available: Posix thread style(old version), Lua coroutine style(CPS) based on CloudWu tiny coroutines library(ezco.v.0.0.1.*), Erlang process style(Actor Model, on future version, not finished yet).
cloudwu/coroutine
A asymmetric coroutine library for C.
talent-plan/tinysql
A course to build the SQL layer of a distributed database.
libuv/libuv
Cross-platform asynchronous I/O
libevent/libevent
Event notification library
gdbinit/MachOView
MachOView fork
anzhihe/Free-Web-Books
Learn books from TCP/IP | HTTP(s) | HTML、CSS、JS、JQuery | Vue | PHP | Web | Web Server
melodykxq/c1000k_test
测试操作系统并发量
wangbojing/NattyServer
wangbojing/c1000k_test
测试操作系统并发量
wangbojing/threadpool
wangbojing/NtyTcp
单线程用户态TCP/IP协议栈,epoll实现,包含服务器案例,并发测试案例