mhr3's Stars
FiloSottile/age
A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
charmbracelet/glow
Render markdown on the CLI, with pizzazz! 💅🏻
grafana/pyroscope
Continuous Profiling Platform. Debug performance issues down to a single line of code
ko-build/ko
Build and deploy Go applications
zilliztech/GPTCache
Semantic cache for LLMs. Fully integrated with LangChain and llama_index.
bytedance/sonic
A blazingly fast JSON serializing & deserializing library
coroot/coroot
Coroot is an open-source APM & Observability tool, a DataDog and NewRelic alternative 📊, 🖥️, 👉. Powered by eBPF for rapid insights into system performance. Monitor, analyze, and optimize your infrastructure effortlessly for peak reliability at any scale.
sachaos/viddy
👀 A modern watch command. Time machine and pager etc.
uber-go/automaxprocs
Automatically set GOMAXPROCS to match Linux container CPU quota.
loov/lensm
Go assembly and source viewer
uptrace/uptrace
Open source APM: OpenTelemetry traces, metrics, and logs
felixge/fgprof
🚀 fgprof is a sampling Go profiler that allows you to analyze On-CPU as well as Off-CPU (e.g. I/O) time together.
guptarohit/asciigraph
Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies.
anvaka/map-of-github
Inspirational Mapping
toddwschneider/nyc-taxi-data
Import public NYC taxi and for-hire vehicle (Uber, Lyft) trip data into a PostgreSQL or ClickHouse database
gorilla-llm/gorilla-cli
LLMs for your CLI
couchbase/vellum
A Go library implementing an FST (finite state transducer)
pires/go-proxyproto
A Go library implementation of the PROXY protocol, versions 1 and 2.
dgryski/semgrep-go
Go rules for semgrep and go-ruleguard
danielvegamyhre/minicache
Distributed cache with client-side consistent hashing, distributed leader-elections, and dynamic node discovery. Supports both REST and gRPC interfaces secured with mTLS.
earthboundkid/versioninfo
Importable package that parses version info from debug.ReadBuildInfo().
stuartcarnie/go-simd
Optimized functions for Go using SIMD
shoenig/test
A modern generic testing assertions library for Go
aantn/smag
Show Me A Graph - Command Line Graphing
boumenot/gocover-cobertura
golang : go tool cover to XML (Cobertura) export tool.
mhr3/unzip-stream
node.js cross-platform unzip using streams
danfromtitan/envars-from-node-labels
Export container environment variables from K8s node labels
kelindar/gocc
Generate Go Plan9 assembly from C code
kelindar/simd
Package with auto-vectorized math functions for Go
keegancsmith/nth
Find the nth largest element of an unsorted slice in Go. Fast and memory efficient implementation of a Selection Algorithm.