sathishvj / optimizing-go-programsLinks
workshop material on optimizing go programs
β60Updated 6 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β218Updated last year
- Various golang benchmarks I've writtenβ110Updated 7 years ago
- A collection of best practices and lessons learnt from applying concurrency in go.β110Updated 10 months ago
- A repo full of interview question implementations in golang.β108Updated 4 years ago
- Miscellaneous Go hacksβ243Updated 2 months ago
- Fastest and most efficient goroutine pool (experimental)β140Updated 3 years ago
- A collection of gRPC and Go examples showcasing features of the frameworkβ252Updated 3 years ago
- Cheat Sheet for Go Slice Tricksβ176Updated 3 years ago
- Go programming language port of liburing.β115Updated 2 years ago
- Writing High Performant Golang Programsβ175Updated 2 years ago
- When storing a value in a Go interface allocates memory on the heap.β72Updated 3 years ago
- Spaceship Go - A journey into the Standard Libraryβ92Updated 2 years ago
- Know when GC runs from inside your golang codeβ189Updated 3 years ago
- Best-effort CPU-local sharded values for Goβ203Updated 4 years ago
- Source code for my Go workshop which includes code samples about handling/throttling go routines and their graceful terminationβ23Updated 5 years ago
- Helper tool for manual Go code optimization.β137Updated 10 months ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.β126Updated 7 months ago
- gRPC bidirectional streaming example written in golangβ120Updated last year
- Locking wrapper for running benchmarks on shared hostsβ156Updated last year
- a golang test framework for asserting expected escape analysis results & heap allocationsβ73Updated last year
- Assert your Go code is inlined and bounds-check eliminatedβ315Updated 9 months ago
- Checklist for code reviewsβ157Updated 4 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.β221Updated 2 years ago
- Go concurrency patterns from Rob Pike's 2012 Google I/O talkβ171Updated 7 years ago
- Transform Go code into it's ASTβ122Updated 6 years ago
- Tool to detect Go structs that would take less memory if their fields were sorted.β536Updated 2 years ago
- Slides and links for 2019 talksβ312Updated 6 years ago
- DRR scheduler for Go channelsβ32Updated 3 years ago
- The size of variable at runtimeβ155Updated last year
- 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