Pinned Repositories
cheaprpc
cheap rpc use http protocol to process rpc. Simply, easy to use, good enought for most biz.
deploy_VictoriaMetrics_cluster
Provides various scripts for deploying VistoriaMetrics cluster.
file_line
Like `__FILE__/__LINE__` of C: use go generate to get source code line number at compile time.
go-plugin
Golang plugin system over RPC.
learning_go_plan9_assembly
Collect various materials in the process of learning go plan9 assembly and share notes.
prometheus-2.29.1
copy of prometheus-2.29.1
rust-hashbrown-v0.12.0
A hashtable implement coded by rust lang. With Chinese comment.
tnas_video_web
铁威马NAS存储中的视频WEB服务,提供视频的搜索、去重、缩略图、WEB浏览等能力。
victoria-metrics-1.72.0
source code from VictoriaMetrics, with chinese comment
VictoriaMetrics_cluster_v1.96.0
VictoriaMetrics: fast, cost-effective monitoring solution and time series database
ahfuzhang's Repositories
ahfuzhang/victoria-metrics-1.72.0
source code from VictoriaMetrics, with chinese comment
ahfuzhang/deploy_VictoriaMetrics_cluster
Provides various scripts for deploying VistoriaMetrics cluster.
ahfuzhang/learning_go_plan9_assembly
Collect various materials in the process of learning go plan9 assembly and share notes.
ahfuzhang/rust-hashbrown-v0.12.0
A hashtable implement coded by rust lang. With Chinese comment.
ahfuzhang/cheaprpc
cheap rpc use http protocol to process rpc. Simply, easy to use, good enought for most biz.
ahfuzhang/go-plugin
Golang plugin system over RPC.
ahfuzhang/GoIyov
代理抓包库,可代理解析HTTP(S)数据,支持中间人攻击。
ahfuzhang/serializer
Use protocol buffers binary format to encode/decode golang []interface{}. to avoid alloc too many small object.
ahfuzhang/compress
Optimized Go Compression Packages
ahfuzhang/file_line
Like `__FILE__/__LINE__` of C: use go generate to get source code line number at compile time.
ahfuzhang/life_of_mine
record my life
ahfuzhang/VictoriaMetrics_cluster_v1.96.0
VictoriaMetrics: fast, cost-effective monitoring solution and time series database
ahfuzhang/cowmap
Copy-On-Write Map (CowMap), Optimized for small data environments with very large reads and very small writes.
ahfuzhang/fasthttp
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
ahfuzhang/go-extjs-admin
A framework to build admin site. Use extjs-7.0-gpl as frontend, use golang+gin as backend. We can manage(CRUD) a table through define a json config, so for most conditions, we don't need to write code.
ahfuzhang/http_https_4_layer_proxy
golang 实现的 http/https 协议的代理服务器,四层转发
ahfuzhang/intern
Intern Go strings
ahfuzhang/lensm
Go assembly and source viewer
ahfuzhang/llm.c
LLM training in simple, raw C/CUDA
ahfuzhang/lumberjack
lumberjack is a log rolling package for Go
ahfuzhang/maxminddb-golang
MaxMind DB Reader for Go
ahfuzhang/metrics
Lightweight alternative to github.com/prometheus/client_golang
ahfuzhang/micro-ecc
ECDH and ECDSA for 8-bit, 32-bit, and 64-bit processors. With golang wrap.
ahfuzhang/pingora
A library for building fast, reliable and evolvable network services.
ahfuzhang/prometheus-webhook-dingtalk
DingTalk integration for Prometheus Alertmanager
ahfuzhang/read_source_code
read all kinds of wonderful code, and make notes.
ahfuzhang/swiss
Golang port of Abseil's SwissTable
ahfuzhang/terraform-provider-acme
Terraform ACME provider
ahfuzhang/terraform-provider-st-gcp
Terraform custom provider for Google Cloud Platform.
ahfuzhang/uber_go_pprof-
The Go programming language. This fork was created for pprof++, a Go profiler with hardware performance monitoring. Read through the link for more detail: https://eng.uber.com/pprof-go-profiler/