huwenbo's Stars
ytdl-org/youtube-dl
Command-line program to download videos from YouTube.com and other video sites
langchain-ai/langchain
🦜🔗 Build context-aware reasoning applications
etcd-io/etcd
Distributed reliable key-value store for the most critical data of a distributed system
doocs/leetcode
🔥LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解
afatcoder/LeetcodeTop
汇总各大互联网公司容易考察的高频leetcode题🔥
jmoiron/sqlx
general purpose extensions to golang's database/sql
google/wire
Compile-time Dependency Injection for Go
shirou/gopsutil
psutil for golang
wsdjeg/vim-galore-zh_cn
Vim 从入门到精通
etcd-io/bbolt
An embedded key/value database for Go.
patrickmn/go-cache
An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
allegro/bigcache
Efficient cache for gigabytes of data written in Go.
aceld/zinx
A lightweight concurrent server framework based on Golang.
yuin/gopher-lua
GopherLua: VM and compiler for Lua in Go
gogo/protobuf
[Deprecated] Protocol Buffers for Go with Gadgets
golang-design/under-the-hood
📚 Go: Under The Hood | Go 语言原本 | https://golang.design/under-the-hood
sony/sonyflake
A distributed unique ID generator inspired by Twitter's Snowflake
uber-go/dig
A reflection based dependency injection toolkit for Go.
geektutu/high-performance-go
high performance coding with golang(Go 语言高性能编程,Go 语言陷阱,Gotchas,Traps)
bilibili/gengine
facebookarchive/inject
Package inject provides a reflect based injector.
gammazero/workerpool
Concurrency limiting goroutine pool
qiniu/qmgo
Qmgo - The Go driver for MongoDB. It‘s based on official mongo-go-driver but easier to use like Mgo.
golang/leveldb
The LevelDB key-value database in the Go programming language.
containerd/cgroups
cgroups package for Go
openzipkin/zipkin-go
Zipkin distributed tracing library for go.
bruceshao/lockfree
lockfree queue
rosedblabs/wal
Write Ahead Log for LSM or bitcask storage(or any append-only write).
cch123/gogctuner
auto adjust your GOGC value
taptap/ratelimiter-spring-boot-starter
基于 redis 的偏业务应用的分布式限流组件,使得项目拥有分布式限流能力变得很简单。