Pinned Repositories
apollo
An open autonomous driving platform
awesome-lockfree
A collection of resources on wait-free and lock-free programming
chromium
The official GitHub mirror of the Chromium source
cockroach
A probe utility. It can measure execution time of functions and insert user defined probes. It does not need to modify a target program or special compiler option like gprof.
config
C++ config reader and writer.
cpp_interview
c++后台服务器开发面经或八股总结!(有深度有广度,和仅有概念的总结文章不同!)
CTPL
Modern and efficient C++ Thread Pool Library
Dijkstra
redis_exam
table_reader_Advanced
A table reader module which is easy to use, easy to extent, easy to maintain
zhangdongai's Repositories
zhangdongai/redis_exam
zhangdongai/apollo
An open autonomous driving platform
zhangdongai/chromium
The official GitHub mirror of the Chromium source
zhangdongai/config
C++ config reader and writer.
zhangdongai/cpp_interview
c++后台服务器开发面经或八股总结!(有深度有广度,和仅有概念的总结文章不同!)
zhangdongai/Dijkstra
zhangdongai/ehttp
simple http server base on epoll
zhangdongai/fishhook
A library that enables dynamically rebinding symbols in Mach-O binaries running on iOS.
zhangdongai/fmt
A modern formatting library
zhangdongai/folly
An open-source C++ library developed and used at Facebook.
zhangdongai/hiredis
Minimalistic C client for Redis >= 1.2
zhangdongai/hw
Cross-platform C/C++ base component library
zhangdongai/Interview_Questions
整理的面试过程中的问题
zhangdongai/json
JSON for Modern C++
zhangdongai/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
zhangdongai/libnetxcq
network library that supports TCP and UDP
zhangdongai/NiuKeWang_HuaWei
code for HUAWEI programming test on Niu Ke Wang
zhangdongai/shared_memory
zhangdongai/single_file_libs
List of single-file C/C++ libraries.
zhangdongai/skynet
A lightweight online game framework
zhangdongai/soci
Official repository of the SOCI - The C++ Database Access Library
zhangdongai/sort
zhangdongai/spdlog
Fast C++ logging library.
zhangdongai/SQLiteCpp
SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
zhangdongai/sqlpp11
A type safe SQL template library for C++
zhangdongai/TDengine
An open-source big data platform designed and optimized for the Internet of Things (IoT).
zhangdongai/threadpool
A threadpool implemented with std::queue
zhangdongai/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
zhangdongai/workflow
Sogou’s C++ Asynchronous Programming Engine
zhangdongai/ZLToolKit
一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO