shengzhi's Stars
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.
grafana/grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
minio/minio
MinIO is a high-performance, S3 compatible object store, open sourced under GNU AGPLv3 license.
spf13/cobra
A Commander for modern Go CLI interactions
istio/istio
Connect, secure, control, and observe services.
charmbracelet/bubbletea
A powerful little TUI framework 🏗
nsqio/nsq
A realtime distributed messaging platform
qax-os/excelize
Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
hyperledger/fabric
Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.
gizak/termui
Golang terminal dashboard
golang/groupcache
groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
jikexueyuanwiki/tensorflow-zh
谷歌全新开源人工智能系统TensorFlow官方文档中文版
goplus/gop
The Go+ programming language is designed for engineering, STEM education, and data science. Our vision is to enable everyone to become a builder of the digital world.
digoal/blog
Opensource,Database,AI,Business,Minds. git clone --depth 1 https://github.com/digoal/blog
lxn/walk
A Windows GUI toolkit for the Go Programming Language
google/gopacket
Provides packet processing capabilities for Go
syndtr/goleveldb
LevelDB key/value database in Go.
shockerli/go-awesome
Go 语言优秀资源整理,为项目落地加速🏃
go-rod/rod
A Chrome DevTools Protocol driver for web automation and scraping.
jung-kurt/gofpdf
A PDF document generator with high level support for text, drawing and images
wasmerio/wasmer-go
🐹🕸️ WebAssembly runtime for Go
tebeka/selenium
Selenium/Webdriver client for Go
op/go-logging
Golang logging library
matthewmueller/joy
A delightful Go to Javascript compiler (ON HOLD)
minio/sha256-simd
Accelerate SHA256 computations in pure Go using AVX512, SHA Extensions for x86 and ARM64 for ARM. On AVX512 it provides an up to 8x improvement (over 3 GB/s per core). SHA Extensions give a performance boost of close to 4x over native.
MPC-SoK/frameworks
Sample code and build environments for MPC frameworks
rthornton128/goncurses
NCurses Library for Go
gnewton/chidley
Convert XML to Go structs / XML to JSON
WeBankBlockchain/WeDPR-Lab-Core
Core libraries of WeDPR instant scenario-focused solutions for privacy-inspired business; WeDPR即时可用场景式隐私保护高效解决方案核心算法组件
shengzhi/rpcx
A RPC service framework based on net/rpc like alibaba Dubbo and weibo Motan. One of best performance RPC frameworks.