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☆215Updated 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.☆111Updated 6 months ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- Cheat Sheet for Go Slice Tricks☆175Updated 2 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆123Updated 4 months ago
- DRR scheduler for Go channels☆32Updated 3 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- Go performance community☆31Updated 3 years ago
- Go programming language port of liburing.☆111Updated 2 years ago
- The size of variable at runtime☆151Updated last year
- Helper tool for manual Go code optimization.☆137Updated 7 months ago
- Go Efferent and Afferent package metric calculator.☆35Updated 3 months ago
- A better Generic Pool (sync.Pool)☆68Updated 6 months ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆72Updated 10 months ago
- Learn what sync.Cond is☆25Updated 3 years ago
- Miscellaneous Go hacks☆242Updated 4 months ago
- Expr – a tiny stack-based virtual machine written in Go☆31Updated 4 years ago
- A repo full of interview question implementations in golang.☆107Updated 4 years ago
- Transform Go code into it's AST☆123Updated 5 years ago
- Assert your Go code is inlined and bounds-check eliminated☆309Updated 5 months ago
- Deep copy generator☆160Updated last year
- Know when GC runs from inside your golang code☆188Updated 3 years ago
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 5 months ago
- Generic utility functions for dealing with collections in go☆122Updated 6 months ago
- treedrawer is a Go module for drawing trees on the terminal.☆84Updated 5 years ago
- A library to improve the resilience of Go applications in an easy and flexible way☆201Updated 2 years ago
- ☆33Updated 3 years ago
- Best-effort CPU-local sharded values for Go☆202Updated 4 years ago