Pinned Repositories
2017GopherChina
2017.04.16 GopherChina Golang在百万亿级搜索引擎中的应用
build-web-application-with-golang
A golang ebook intro how to build a web with golang
dconf
A component can download remote configuration files and execute the appropriate configuration commands
dom4g
golang 的 xml 处理库
etcd
Distributed reliable key-value store for the most critical data of a distributed system
goim
goim
golang-socket
golang
grpc-go
The Go language implementation of gRPC. HTTP/2 based RPC
poseidon
A search engine which can hold 100 trillion lines of log data.
shorturl
php shorturl 算法
guojun1992's Repositories
guojun1992/2017GopherChina
2017.04.16 GopherChina Golang在百万亿级搜索引擎中的应用
guojun1992/shorturl
php shorturl 算法
guojun1992/poseidon
A search engine which can hold 100 trillion lines of log data.
guojun1992/goim
goim
guojun1992/golang-socket
golang
guojun1992/grpc-go
The Go language implementation of gRPC. HTTP/2 based RPC
guojun1992/dconf
A component can download remote configuration files and execute the appropriate configuration commands
guojun1992/dom4g
golang 的 xml 处理库
guojun1992/etcd
Distributed reliable key-value store for the most critical data of a distributed system
guojun1992/ffjson
faster JSON serialization for Go
guojun1992/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.
guojun1992/go-common
哔哩哔哩 bilibili 网站后台工程 源码
guojun1992/go-redis-driver
a simple redis client library
guojun1992/go-simplejson
a Go package to interact with arbitrary JSON
guojun1992/goaes
Golang aes Encrypt/Decrypt package
guojun1992/gochart
A chart plotting tool implemented by Golang and Highcharts.
guojun1992/golang-Concurrent-remoteCall
Concurrent-remoteCall lib wrote by Golang
guojun1992/gor
HTTP traffic replay in real-time. Replay traffic from production to staging and dev environments.
guojun1992/minio
Minio is an object storage server compatible with Amazon S3 and licensed under Apache 2.0 License
guojun1992/mpic
A C++ embedded library of multiple processes framework developed and used at Qihoo360.
guojun1992/murmur3
Native MurmurHash3 Go implementation
guojun1992/nginx
Complete (unofficial) history of nginx releases
guojun1992/protobuf
Go support for Google's protocol buffers
guojun1992/protorpc
golang gogoprotobuf rpc based net/rpc
guojun1992/redis
Redis client for Golang.
guojun1992/simcc
A simple C++ common base library used in Qihoo 360
guojun1992/WebSocket-API-demos
demos for WebSocket API
guojun1992/wrk
Modern HTTP benchmarking tool
guojun1992/xds
A third-party extensible collection of high-performance data structures and data types in Go. 第三方可扩展的Go语言中高性能数据结构和数据类型合集
guojun1992/XMM
XMM - X(eXtensible) Memory Manager(自研自主第三方Go内存分配管理器) XMM是一个在Go语言环境中完全自主实现的第三方内存管理库,不依赖于Go本身的任何内存管理能力,纯自主实现的Go内存管理库;能够应对各种场景下大小内存的 分配/释放/管理 等工作,能够帮助适用于任何复杂数据结构的构建(链表/数组/树/hash等场景),能够良好完美的逃逸掉Go内置的GC机制,保证程序的超高性能,是构建高性能程序基础设施。