- London
Stars
SIMD-accelerated numeric operations for Go, optimized for ARM64 (NEON and SVE)
mhr3 / gocc
Forked from kelindar/goccGenerate Go Plan9 assembly from C code
Export container environment variables from K8s node labels
Importable package that parses version info from debug.ReadBuildInfo().
mhr3 / unzip-stream
Forked from EvanOxfeld/node-unzipnode.js cross-platform unzip using streams
Package with auto-vectorized math functions for Go
Semantic cache for LLMs. Fully integrated with LangChain and llama_index.
A Go library implementation of the PROXY protocol, versions 1 and 2.
Go package to make lightweight ASCII line graph βββ― in command line apps with no other dependencies.
Coroot is an open-source observability and APM tool with AI-powered Root Cause Analysis. It combines metrics, logs, traces, continuous profiling, and SLO-based alerting with predefined dashboards aβ¦
π A modern watch command. Time machine and pager etc.
Distributed cache with client-side consistent hashing, distributed leader-elections, and dynamic node discovery. Supports both REST and gRPC interfaces secured with mTLS.
Open source APM: OpenTelemetry traces, metrics, and logs
A blazingly fast JSON serializing & deserializing library
Automatically set GOMAXPROCS to match Linux container CPU quota.
boumenot / gocover-cobertura
Forked from t-yuki/gocover-coberturagolang : go tool cover to XML (Cobertura) export tool.
Continuous Profiling Platform. Debug performance issues down to a single line of code
Import public NYC taxi and for-hire vehicle (Uber, Lyft) trip data into a PostgreSQL or ClickHouse database
π fgprof is a sampling Go profiler that allows you to analyze On-CPU as well as Off-CPU (e.g. I/O) time together.
Find the nth largest element of an unsorted slice in Go. Fast and memory efficient implementation of a Selection Algorithm.