Pinned Repositories
aoi
Area of Interest Library
dnet
Networking stack built in C implementing basic features of TCP/IP protocols.
earthshaker
golang gameserver
gorobot
golang robot for game
linux_kernel
Linux kernel study
memcached_Notes
memcached 1.4.21 中文注释
nginx1.8-annotated
init commit
paper_reading
distributed storage pape
TinyNet
TinyNet a tiny n-blocking c++ network library for single threaded server
WXServer
go 实现的微信公众平台服务器
songbingyu's Repositories
songbingyu/linux_kernel
Linux kernel study
songbingyu/songbingyu.github.io
songbingyu.github.io
songbingyu/bfs
The Baidu File System.
songbingyu/braft
An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
songbingyu/brpc
Most common RPC framework used throughout Baidu, with 600,000+ instances and 500+ kinds of services, called "baidu-rpc" inside Baidu.
songbingyu/ClickHouse
ClickHouse is a free analytics DBMS for big data
songbingyu/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
songbingyu/DeepRec
Implementation of Deep Learning based Recommender Algorithms with Tensorflow.
songbingyu/FASTER
Fast key-value store from Microsoft Research
songbingyu/github-issue-templates
:symbols: A collection of GitHub issue and pull request templates
songbingyu/hands-on-ml-zh
:book: [译] Sklearn 与 TensorFlow 机器学习实用指南【版权问题,网站已下线!!】
songbingyu/layotto
A fast and efficient cloud native application runtime
songbingyu/librdkafka
The Apache Kafka C/C++ library
songbingyu/link
Go语言网络层脚手架
songbingyu/lucet
Lucet, the Sandboxing WebAssembly Compiler.
songbingyu/mosec
A high-performance serving framework for ML models, offers dynamic batching and multi-stage pipeline to fully exploit your compute machine
songbingyu/muduo
A C++ non-blocking network library for multi-threaded server in Linux
songbingyu/Paddle
PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
songbingyu/rabit
Reliable Allreduce and Broadcast Interface for distributed machine learning
songbingyu/rp-pratice
Flow Arch(流式架构)/Reactive Programming(RP/反应式编程) 实践
songbingyu/sacred
Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.
songbingyu/streaming-readings
Streaming System 相关的论文读物
songbingyu/styleguide
Style guides for Google-originated open-source projects
songbingyu/taskflow
A General-purpose Parallel and Heterogeneous Task Programming System
songbingyu/tcpgo_another_tcpcopy_core
(仅核心代码)受启发于tcp流量复制工具tcpcopy,这是另一个C++版的tcpcopy,部署方式很不一样。详细说明见https://cloud.tencent.com/developer/article/1159394
songbingyu/tensorflow
An Open Source Machine Learning Framework for Everyone
songbingyu/trains
TRAINS - Auto-Magical Experiment Manager & Version Control for AI
songbingyu/tsar
Taobao System Activity Reporter
songbingyu/wasabi
Wasabi A/B Testing Service is a real-time, enterprise-grade, 100% API driven project.
songbingyu/xv6-public
xv6 OS