Pinned Repositories
acl
acl 框架库是一个 C语言网络框架 库,主要包含:服务器开发框架、同步/异步网络通讯、常用数据结构、进程池/线程池、流式 xml/json 解析器、http/ping 应用协议等内容
ants
🐜🐜🐜 ants is a high-performance and low-cost goroutine pool in Go, inspired by fasthttp./ ants 是一个高性能且低损耗的 goroutine 池。
awesome-go-cn
一个很棒的Go框架、库和软件的中文收录大全。:alarm_clock:脚本定期与英文文档同步,包含了各工程star数/最近更新时间,助您快速发现优质项目。Awesome Go~
bfs
The Baidu File System.
bigcache
Efficient cache for gigabytes of data written in Go.
braft
An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
image
图片服务
linux-book
linux系统编程指南
myself_os
一个微内核的实现
tool
各种工具集服务
xiyouhpy's Repositories
xiyouhpy/ants
🐜🐜🐜 ants is a high-performance and low-cost goroutine pool in Go, inspired by fasthttp./ ants 是一个高性能且低损耗的 goroutine 池。
xiyouhpy/awesome-go-cn
一个很棒的Go框架、库和软件的中文收录大全。:alarm_clock:脚本定期与英文文档同步,包含了各工程star数/最近更新时间,助您快速发现优质项目。Awesome Go~
xiyouhpy/bfs
The Baidu File System.
xiyouhpy/bigcache
Efficient cache for gigabytes of data written in Go.
xiyouhpy/braft
An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
xiyouhpy/image
图片服务
xiyouhpy/tool
各种工具集服务
xiyouhpy/brpc
Most common RPC framework used throughout Baidu, with 600,000+ instances and 500+ kinds of services, called "baidu-rpc" inside Baidu.
xiyouhpy/dive-to-gosync-workshop
深入Go并发编程研讨课
xiyouhpy/etcd
Distributed reliable key-value store for the most critical data of a distributed system
xiyouhpy/FFmpeg
Mirror of https://git.ffmpeg.org/ffmpeg.git
xiyouhpy/game_service_system
base lib, connect lib, db operator lib, develop frame, and game engine, game frame game service system! 从0开始开发 基础库(配置文件读写、日志、多线程、多进程、锁、对象引用计数、内存池、免锁消息队列、免锁数据缓冲区、进程信号、共享内存、定时器等等基础功能组件),网络库(socket、TCP、UDP、epoll机制、连接自动收发消息等等),数据库操作库(mysql,redis、memcache API 封装可直接调用),开发框架库(消息调度处理、自动连接管理、服务开发、游戏框架、服务间消息收发、消息通信等等),消息中间件服务(不同网络节点间自动传递收发消息)等多个功能组件、服务,最后完成一套完整的服务器引擎,基于该框架引擎可开发任意的网络服务。
xiyouhpy/gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
xiyouhpy/go
The Go programming language
xiyouhpy/Go-theAlgorithms
Algorithms Implemented in GoLang
xiyouhpy/golang-notes
Go source code analysis(zh-cn)
xiyouhpy/hey
HTTP load generator, ApacheBench (ab) replacement
xiyouhpy/istio
Connect, secure, control, and observe services.
xiyouhpy/muduo
A C++ non-blocking network library for multi-threaded server in Linux
xiyouhpy/mysql-sniffer
mysql-sniffer is a capture tool base on mysql protocol, it is developed by Qihoo DBA and infrastructure team
xiyouhpy/netpoll
A high-performance non-blocking I/O networking framework, which focused on RPC scenarios, developed by ByteDance.
xiyouhpy/nsq
A realtime distributed messaging platform
xiyouhpy/over-golang
Golang相关:[审稿进度80%]Go语法、Go并发**、Go与web开发、Go微服务设施等
xiyouhpy/ratelimit
A Golang blocking leaky-bucket rate limit implementation
xiyouhpy/sentinel-golang
Sentinel Go version (Reliability & Resilience)
xiyouhpy/tensorlayer
TensorLayer: Deep Learning and Reinforcement Learning Library for Researchers and Engineers.
xiyouhpy/the-way-to-go_ZH_CN
《The Way to Go》中文译本,中文正式名《Go 入门指南》
xiyouhpy/uid-generator
UniqueID generator
xiyouhpy/WebBench
Webbench是一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。
xiyouhpy/xiyouhpy.github.io
xiyouhpy个人博客