Pinned Repositories
C-background-development-interview-experience
C++后台开发面试经验(更多可见 http://43.135.80.90/)
c_threadpool
A simple C Thread pool implementation
CPlusPlusThings
C++那些事
CppGuide
C/C++学习,后端开发进阶指南。
CppTemplateTutorial
中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)
flash-linux0.11-talk
你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码
linux
Linux kernel source tree
MiniSTL
Tiny STL based on SGI STL
STLSourceCodeNote
SGI STL source code analysis and note from 《STL源码剖析》 by 侯捷(包含电子书、源码注释及测试代码)
TinySTL
TinySTL is a subset of STL(cut some containers and algorithms) and also a superset of STL(add some other containers and algorithms)
Xioooyyyglmn's Repositories
Xioooyyyglmn/STLSourceCodeNote
SGI STL source code analysis and note from 《STL源码剖析》 by 侯捷(包含电子书、源码注释及测试代码)
Xioooyyyglmn/TinySTL
TinySTL is a subset of STL(cut some containers and algorithms) and also a superset of STL(add some other containers and algorithms)
Xioooyyyglmn/C-background-development-interview-experience
C++后台开发面试经验(更多可见 http://43.135.80.90/)
Xioooyyyglmn/c_threadpool
A simple C Thread pool implementation
Xioooyyyglmn/CPlusPlusThings
C++那些事
Xioooyyyglmn/CppGuide
C/C++学习,后端开发进阶指南。
Xioooyyyglmn/CppTemplateTutorial
中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)
Xioooyyyglmn/flash-linux0.11-talk
你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码
Xioooyyyglmn/linux
Linux kernel source tree
Xioooyyyglmn/MiniSTL
Tiny STL based on SGI STL
Xioooyyyglmn/modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
Xioooyyyglmn/muduo
Event-driven network library for multi-threaded Linux server in C++11
Xioooyyyglmn/MyTinySTL
Achieve a tiny STL in C++11
Xioooyyyglmn/new_threadpool
based on C++11 , a mini threadpool , accept variable number of parameters 基于C++11的线程池,简洁且可以带任意多的参数
Xioooyyyglmn/reading-code-of-nginx-1.9.2
nginx-1.9.2源码通读分析注释,带详尽函数中文分析注释以及相关函数流程调用注释,最全面的nginx源码阅读分析中文注释,更新完毕
Xioooyyyglmn/redis-3.0-annotated
带有详细注释的 Redis 3.0 代码(annotated Redis 3.0 source code)。
Xioooyyyglmn/Sinetlib
A High Performance Multithread Network Library
Xioooyyyglmn/Skiplist-CPP
A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀
Xioooyyyglmn/styleguide
Style guides for Google-originated open-source projects
Xioooyyyglmn/sylar
C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)
Xioooyyyglmn/ThreadPool
A simple C++11 Thread Pool implementation
Xioooyyyglmn/tinyhttpd
tinyhttpd的详细注释版,十分适合入门者学习的一个项目
Xioooyyyglmn/TinyWebServer
:fire: Linux下C++轻量级WebServer服务器
Xioooyyyglmn/WebBench
Webbench是Radim Kolar在1997年写的一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。官网地址:http://home.tiscali.cz/~cz210552/webbench.html
Xioooyyyglmn/WebServer
A C++ High Performance Web Server
Xioooyyyglmn/WebServer-c-14
C++ Linux WebServer服务器
Xioooyyyglmn/Xioooyyyglmn
Config files for my GitHub profile.