sathishvj / optimizing-go-programsLinks
workshop material on optimizing go programs
β59Updated 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β214Updated last year
- A collection of best practices and lessons learnt from applying concurrency in go.β110Updated 5 months ago
- Various golang benchmarks I've writtenβ109Updated 7 years ago
- A repo full of interview question implementations in golang.β107Updated 3 years ago
- Cheat Sheet for Go Slice Tricksβ175Updated 2 years ago
- gRPC bidirectional streaming example written in golangβ119Updated last year
- Miscellaneous Go hacksβ243Updated 3 months ago
- Know when GC runs from inside your golang codeβ188Updated 3 years ago
- a golang test framework for asserting expected escape analysis results & heap allocationsβ72Updated 8 months ago
- When storing a value in a Go interface allocates memory on the heap.β72Updated 3 years ago
- Go programming language port of liburing.β110Updated last year
- Helper tool for manual Go code optimization.β132Updated 5 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.β219Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)β140Updated 2 years ago
- Writing High Performant Golang Programsβ173Updated 2 years ago
- Generic utility functions for dealing with collections in goβ123Updated 5 months ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.β121Updated 3 months ago
- Deep copy generatorβ160Updated 10 months ago
- Single repository for go-nats example code. This includes all documentation examples and any common message pattern examples.β112Updated last year
- Assert your Go code is inlined and bounds-check eliminatedβ308Updated 4 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β¦β163Updated 2 years ago
- Auxiliary vendoring tool for Go's new go.modβ111Updated 3 years ago
- Locking wrapper for running benchmarks on shared hostsβ154Updated last year
- Golang lock-free Hashmap and Listβ71Updated 2 years ago
- treedrawer is a Go module for drawing trees on the terminal.β84Updated 5 years ago
- Utility for checking and viewing Golang struct alignment infoβ180Updated this week
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.β88Updated last year
- Go performance communityβ31Updated 3 years ago
- A collection of gRPC and Go examples showcasing features of the frameworkβ251Updated 3 years ago
- Best-effort CPU-local sharded values for Goβ202Updated 4 years ago