pprishchepa's Stars
wader/fq
jq for binary formats - tool, language and decoders for working with binary and text formats
riverqueue/river
Fast and reliable background jobs in Go
panjf2000/ants
🐜🐜🐜 ants is the most powerful and reliable pooling solution for Go.
tarndt/shardedsingleflight
A sharded wrapper for golang.org/x/sync/singleflight for high contention enviroments
uber-go/goleak
Goroutine leak detector
warrant-dev/warrant
Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce, query, and audit application authorization and access control.
cespare/xxhash
A Go implementation of the 64-bit xxHash algorithm (XXH64)
wiremock/wiremock
A tool for mocking HTTP services
klauspost/compress
Optimized Go Compression Packages
AllenDang/giu
Cross platform rapid GUI framework for golang based on Dear ImGui.
sdcoffey/techan
Technical Analysis Library for Golang
breaded-xyz/alphakit
Framework for developing sound algorithmic trading strategies in the Go language.
fatedier/frp
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
joelparkerhenderson/architecture-decision-record
Architecture decision record (ADR) examples for software planning, IT leadership, and template documentation
edenhill/kcat
Generic command line non-JVM Apache Kafka producer and consumer
hashicorp/go-retryablehttp
Retryable HTTP client in Go
PuerkitoBio/purell
tiny Go library to normalize URLs
ondrajz/go-callvis
Visualize call graph of a Go program using Graphviz
gyuho/goraph
Package goraph implements graph data structure and algorithms.
getsops/sops
Simple and flexible tool for managing secrets
Shpota/goxygen
Generate a modern Web project with Go and Angular, React, or Vue in seconds 🎲
dragonflydb/dragonfly
A modern replacement for Redis and Memcached
Snapchat/KeyDB
A Multithreaded Fork of Redis
Workiva/go-datastructures
A collection of useful, performant, and threadsafe Go datastructures.
moznion/go-optional
A library that provides Go Generics friendly "optional" features.
rqlite/rqlite
The lightweight, user-friendly, distributed relational database built on SQLite.
golang/groupcache
groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
redis/rueidis
A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc.
ueokande/go-slice-tricks
Cheat Sheet for Go Slice Tricks
sourcegraph/conc
Better structured concurrency for go