sathishvj / optimizing-go-programs
workshop material on optimizing go programs
☆55Updated 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
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆212Updated 10 months ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆117Updated last year
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 2 years ago
- A collection of best practices and lessons learnt from applying concurrency in go.☆103Updated 4 months ago
- Go performance community☆32Updated 2 years ago
- Know when GC runs from inside your golang code☆188Updated 2 years ago
- Hedged HTTP client which helps to reduce tail latency at scale.☆123Updated 6 months ago
- gRPC bidirectional streaming example written in golang☆117Updated 7 months ago
- Helper tool for manual Go code optimization.☆130Updated 9 months ago
- Transform Go code into it's AST☆123Updated 5 years ago
- View annotated files based on line-spec☆227Updated last year
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆217Updated last year
- Various golang benchmarks I've written☆111Updated 6 years ago
- Cheat Sheet for Go Slice Tricks☆176Updated 2 years ago
- ☆117Updated last year
- Best-effort CPU-local sharded values for Go☆199Updated 3 years ago
- Robust framework for running complex workload scenarios in isolation, using Go; for integration, e2e tests, benchmarks and more! 💪☆227Updated 10 months ago
- Auxiliary vendoring tool for Go's new go.mod☆110Updated 3 years ago
- Code used in the "Go Profiling and Optimization" talk☆80Updated 7 years ago
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆130Updated 7 months ago
- Fastest and most efficient goroutine pool (experimental)☆137Updated 2 years ago
- ⚡️ lock-free utilities in Go☆152Updated 9 months ago
- Universal goroutine monitor using pprof and termui☆192Updated last week
- A repo full of interview question implementations in golang.☆106Updated 3 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 7 months ago
- ☆33Updated 2 years ago
- A helper tool to work with profile.proto (pprof) files☆60Updated 2 years ago
- Golang lock-free Hashmap and List☆68Updated 2 years ago
- Allow and block list linter for direct Go module dependencies.☆74Updated 2 weeks ago
- Integration testing in Go with Docker☆108Updated 3 weeks ago