rickard1117's Stars
postgres/postgres
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
facebook/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
aisk/libae
redis's async event loop library
grpc/grpc
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
pingcap/tidb
TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.
douban/beansdb
Archived, see GoBeansDB instead.
memcached/memcached
memcached development tree
chenshuo/muduo
Event-driven network library for multi-threaded Linux server in C++11
avelino/awesome-go
A curated list of awesome Go frameworks, libraries and software
google/glog
C++ implementation of the Google logging module
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
Tencent/rapidjson
A fast JSON parser/generator for C++ with both SAX/DOM style API
vincenthz/libjson
a JSON parser and printer library in C. easy to integrate with any model.
nlohmann/json
JSON for Modern C++
google/fruit
Fruit, a dependency injection framework for C++
google/styleguide
Style guides for Google-originated open-source projects
google/googletest
GoogleTest - Google Testing and Mocking Framework
shadowsocksr-backup/shadowsocksr
Python port of ShadowsocksR
ksco/SLua
使用 Go 语言实现的简单的 Lua 解释器。
Tencent/libco
libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since 2013.
vmarkovtsev/DeathHandler
SIGSEGV handler which prints the debug stack trace for C/C++ projects on Linux. It is configurable and rather robust.
angrave/SystemProgramming
Angrave's Crowd-Sourced System Programming Book used at UIUC
JimChengLin/levi-db
levi-db is a fast database engine
google/cmockery
A lightweight library to simplify and generalize the process of writing unit tests for C applications.
bigwhite/lcut
a Lightweight C Unit Testing framework
dacez/dcd
Like cd command,But it is a powerful cd(提高cd的效率)
michaelrsweet/mxml
Tiny XML library.
apache/brpc
brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
benhoyt/inih
Simple .INI file parser in C, good for embedded systems
fxsjy/httpstub
A simple high performance http server based on epoll