sathishvj / optimizing-go-programsLinks
workshop material on optimizing go programs
β58Updated 5 years ago
Alternatives and similar repositories for optimizing-go-programs
Users that are interested in optimizing-go-programs are comparing it to the libraries listed below
Sorting:
- Gopium πΊ: Smart Go Structures Optimizer and Managerβ215Updated last year
- Miscellaneous Go hacksβ241Updated last month
- A collection of best practices and lessons learnt from applying concurrency in go.β108Updated 3 months ago
- Fastest and most efficient goroutine pool (experimental)β139Updated 2 years ago
- Various golang benchmarks I've writtenβ109Updated 7 years ago
- When storing a value in a Go interface allocates memory on the heap.β72Updated 3 years ago
- Best-effort CPU-local sharded values for Goβ201Updated 3 years ago
- A collection of gRPC and Go examples showcasing features of the frameworkβ250Updated 3 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.β119Updated last month
- Know when GC runs from inside your golang codeβ188Updated 3 years ago
- Go programming language port of liburing.β108Updated last year
- Transform Go code into it's ASTβ123Updated 5 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.β218Updated 2 years ago
- Helper tool for manual Go code optimization.β130Updated 4 months ago
- β121Updated 2 years ago
- β25Updated 4 years ago
- β‘οΈ lock-free utilities in Goβ158Updated last year
- gRPC bidirectional streaming example written in golangβ118Updated last year
- Cheat Sheet for Go Slice Tricksβ175Updated 2 years ago
- DRR scheduler for Go channelsβ32Updated 2 years ago
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocolβ135Updated 2 months ago
- Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than chβ¦β162Updated last year
- Hedged HTTP client which helps to reduce tail latency at scale.β131Updated 11 months ago
- A better Generic Pool (sync.Pool)β67Updated 3 months ago
- cheap Go type to hold & operate on either a read-only []byte or stringβ109Updated last year
- Assert your Go code is inlined and bounds-check eliminatedβ307Updated 2 months ago
- JSON benchmarks to compare different Go JSON implementationsβ81Updated 5 months ago
- Generic utility functions for dealing with collections in goβ123Updated 3 months ago
- Auxiliary vendoring tool for Go's new go.modβ111Updated 3 years ago
- a golang test framework for asserting expected escape analysis results & heap allocationsβ71Updated 7 months ago