huanpc's Stars
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
avelino/awesome-go
A curated list of awesome Go frameworks, libraries and software
spf13/cobra
A Commander for modern Go CLI interactions
kilimchoi/engineering-blogs
A curated list of engineering blogs
valyala/fasthttp
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
checkcheckzz/system-design-interview
System design interview for IT companies
gorilla/mux
Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍
emirpasic/gods
GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
ardanlabs/gotraining
Go Training Class Material :
dtm-labs/dtm
A distributed transaction framework, supports workflow, saga, tcc, xa, 2-phase message, outbox patterns, supports many languages.
bxcodec/go-clean-arch
Go (Golang) Clean Architecture based on Reading Uncle Bob's Clean Architecture
jepsen-io/jepsen
A framework for distributed systems verification, with fault injection
go101/go101
An up-to-date (unofficial) knowledge base for Go programming self learning
pre-commit/pre-commit-hooks
Some out-of-the-box hooks for pre-commit
rs/xid
xid is a globally unique id generator thought for the web
lotusirous/go-concurrency-patterns
Concurrency patterns in Go
giongto35/cloud-game
Web-based Cloud Gaming service for Retro Game
wiredtiger/wiredtiger
WiredTiger's source tree
tinylib/msgp
A Go code generator for MessagePack / msgpack.org[Go]
resumejob/system-design-algorithms
Advanced data structure and algorithm for system design,系统设计需要了解的算法
zyedidia/generic
A collection of generic data structures written in Go.
petar/GoLLRB
A Left-Leaning Red-Black (LLRB) implementation of balanced binary search trees for Google Go
llimllib/bloomfilter-tutorial
A Bloom Filter Tutorial
serialx/hashring
Consistent hashing "hashring" implementation in golang (using the same algorithm as libketama)
chaoran/fast-wait-free-queue
A benchmark framework for concurrent queue implementations
TomorrowWu/golang-algorithms
Algorithms and data structures implemented in Golang with explanations and links to further readings
rakeeb-hossain/functools
Functional tools in Go 1.18 using newly introduced generics
robaho/keydb
high performance key value database written in Go. Deprecated. Use robaho/leveldb
dhanus/lsm-tree
This is an implementation of a log structure merge tree.
eileen-code4fun/LSM-Tree
A simplified implementation for log structured merge tree.