Pinned Repositories
ascs
A C/S framework based on asio, doesn't need boost.
awesome-systematic-trading
A curated list of awesome libraries, packages, strategies, books, blogs, tutorials for systematic trading.
b1
boost
Super-project for modularized Boost
breeze
一个C++的轻量级的分布式服务器引擎, 架构**为一切皆service.
brpc
Most common RPC framework used throughout Baidu, with 600,000+ instances and 500+ kinds of services, called "baidu-rpc" inside Baidu.
Catch2
A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x branch)
ck
Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
Clara
A simple to use, composable, command line parser for C++ 11 and beyond
CLI11
CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.
kinnick-guo's Repositories
kinnick-guo/rapidjson
A fast JSON parser/generator for C++ with both SAX/DOM style API
kinnick-guo/evpp
A modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols.
kinnick-guo/folly
An open-source C++ library developed and used at Facebook.
kinnick-guo/brpc
Most common RPC framework used throughout Baidu, with 600,000+ instances and 500+ kinds of services, called "baidu-rpc" inside Baidu.
kinnick-guo/st_asio_wrapper
Asynchronous c/s network framework; Based on Boost.Asio; Very efficient.
kinnick-guo/k-vim
vim配置
kinnick-guo/ycmd
A code-completion & code-comprehension server
kinnick-guo/spf13-vim
The ultimate vim distribution
kinnick-guo/vimrc
The ultimate Vim configuration: vimrc
kinnick-guo/openpgm
Automatically exported from code.google.com/p/openpgm
kinnick-guo/log4z
Log4z is an open source C++ lightweight & cross platform log library
kinnick-guo/breeze
一个C++的轻量级的分布式服务器引擎, 架构**为一切皆service.
kinnick-guo/soci
SOCI - The C++ Database Access Library. This is official repository the SOCI project.
kinnick-guo/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
kinnick-guo/readerwriterqueue
A fast single-producer, single-consumer lock-free queue for C++
kinnick-guo/libeasy
一个基于Linux的纯C基础类库
kinnick-guo/Kapok
更好的序列化库,c++14开发,header-only,简洁高效。Now there is a better serialization libray:https://github.com/qicosmos/iguana please replace kapok with iguana.
kinnick-guo/liblfds
Version 7.1.0. Superseded by bugfix release 7.1.1.
kinnick-guo/cpp11-on-multicore
Various synchronization primitives for multithreaded applications in C++11.
kinnick-guo/microbench
A lightweight (3 file, single function) library for running micro-benchmarks on C++ code
kinnick-guo/TCPDLY
Software for simulating large delays in the delivery of TCP/IP packets for testing communication protocols
kinnick-guo/verilog-utils
native Verilog pcap, littletoe, bcd, xml and hash modules, with Icarus testbenches
kinnick-guo/IOCP
exploring Windows IOCP with Thread Pool APIs