feihou's Stars
google/eng-practices
Google's Engineering Practices documentation
panjf2000/ants
🐜🐜🐜 ants is the most powerful and reliable pooling solution for Go.
google/wire
Compile-time Dependency Injection for Go
Rhymond/go-money
Go implementation of Fowler's Money pattern
uber-go/automaxprocs
Automatically set GOMAXPROCS to match Linux container CPU quota.
sethvargo/go-retry
Go library for retrying with configurable backoffs
uber-go/ratelimit
A Go blocking leaky-bucket rate limit implementation
dgraph-io/ristretto
A high performance memory-bound Go cache
gofiber/fiber
⚡️ Express inspired web framework written in Go
rkotze/git-mob
Co-author commits tool. A cross-platform command-line tool for social coding. Includes co-authors in commits when pair/mob programming.
shopspring/decimal
Arbitrary-precision fixed-point decimal numbers in Go
xxjwxc/uber_go_guide_cn
Uber Go 语言编码规范中文版. The Uber Go Style Guide .
timescale/timescaledb-tune
A tool for tuning TimescaleDB for better performance by adjusting settings to match your system's CPU and memory resources.
dgryski/go-perfbook
Thoughts on Go performance optimization
testcontainers/testcontainers-go
Testcontainers for Go is a Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done.
alacritty/alacritty
A cross-platform, OpenGL terminal emulator.
rust-unofficial/awesome-rust
A curated list of Rust code and resources.
servo/servo
Servo, the embeddable, independent, memory-safe, modular, parallel web rendering engine
mre/idiomatic-rust
🦀 A peer-reviewed collection of articles/talks/repos which teach concise, idiomatic Rust.
vektra/mockery
A mock code autogenerator for Go
rs/zerolog
Zero Allocation JSON Logger
npryce/adr-tools
Command-line tools for working with Architecture Decision Records
mailru/easyjson
Fast JSON serializer for golang.
gin-gonic/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.
uber-go/guide
The Uber Go Style Guide.
bojand/ghz
Simple gRPC benchmarking and load testing tool
bufbuild/buf
The best way of working with Protocol Buffers.
microsoft/ebpf-for-windows
eBPF implementation that runs on top of Windows
pkg/errors
Simple error handling primitives
afex/hystrix-go
Netflix's Hystrix latency and fault tolerance library, for Go