Pinned Repositories
2016_Summer
Algorithm
大一刷过的算法题目^_^
ANet
基于Redis网络模型的简易网络库,网络模块代码取自Redis源码。
Assembly-code
CSAPP
FastCGI
通过 FastCGI 协议,与 php-fpm 交互,将 php 解析,从而使 .php 文件被翻译为 .html 文件
hiredis
Minimalistic C client for Redis >= 1.2
incubator-brpc
Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services, called "baidu-rpc" inside Baidu.
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.
Xserver
C 语言实现的一个 web server,使用 JSON 格式的配置文件,支持静态请求和 PHP 文件,以及GET POST方法。
Tanswer's Repositories
Tanswer/ANet
基于Redis网络模型的简易网络库,网络模块代码取自Redis源码。
Tanswer/FastCGI
通过 FastCGI 协议,与 php-fpm 交互,将 php 解析,从而使 .php 文件被翻译为 .html 文件
Tanswer/Xserver
C 语言实现的一个 web server,使用 JSON 格式的配置文件,支持静态请求和 PHP 文件,以及GET POST方法。
Tanswer/Algorithm
大一刷过的算法题目^_^
Tanswer/CSAPP
Tanswer/2016_Summer
Tanswer/Assembly-code
Tanswer/hiredis
Minimalistic C client for Redis >= 1.2
Tanswer/incubator-brpc
Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services, called "baidu-rpc" inside Baidu.
Tanswer/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.
Tanswer/ML-NLP
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
Tanswer/muduo
A C++ non-blocking network library for multi-threaded server in Linux
Tanswer/protobuf
Protocol Buffers - Google's data interchange format
Tanswer/rDSN
Robust Distributed System Nucleus (rDSN) is an open framework for quickly building and managing high performance and robust distributed systems.
Tanswer/reading-code-of-nginx-1.9.2
nginx-1.9.2源码通读分析注释,带详尽函数中文分析注释以及相关函数流程调用注释,最全面的nginx源码阅读分析中文注释,持续更新
Tanswer/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, HyperLogLogs, Bitmaps.
Tanswer/redis-3.0-annotated
带有详细注释的 Redis 3.0 代码(annotated Redis 3.0 source code)。
Tanswer/redis_source_annotation
redis 3.2.8 的源码注释
Tanswer/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
Tanswer/SourceCode
阅读感兴趣的代码
Tanswer/Tanswer.github.io
Tanswer/taskflow
A General-purpose Parallel and Heterogeneous Task Programming System
Tanswer/the-way-to-go_ZH_CN
《The Way to Go》中文译本,中文正式名《Go入门指南》
Tanswer/ThreadPool
应用C++11新特性实现一个简单的线程池 包括同步队列、线程池的实现,以及测试代码。^_^