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
- A collection of best practices and lessons learnt from applying concurrency in go.☆110Updated 4 months ago
- Go programming language port of liburing.☆108Updated last year
- Various golang benchmarks I've written☆109Updated 7 years ago
- The size of variable at runtime☆150Updated last year
- A repo full of interview question implementations in golang.☆107Updated 3 years ago
- Cheat Sheet for Go Slice Tricks☆175Updated 2 years ago
- Best-effort CPU-local sharded values for Go☆201Updated 3 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆121Updated 2 months ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- Deep copy generator☆160Updated 10 months ago
- Miscellaneous Go hacks☆243Updated 2 months ago
- Helper tool for manual Go code optimization.☆132Updated 5 months ago
- Locking wrapper for running benchmarks on shared hosts☆154Updated last year
- Fastest and most efficient goroutine pool (experimental)☆139Updated 2 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆219Updated 2 years ago
- Transform Go code into it's AST☆123Updated 5 years ago
- Single repository for go-nats example code. This includes all documentation examples and any common message pattern examples.☆112Updated last year
- a golang test framework for asserting expected escape analysis results & heap allocations☆71Updated 8 months ago
- Know when GC runs from inside your golang code☆188Updated 3 years ago
- DRR scheduler for Go channels☆32Updated 3 years ago
- Tool to detect Go structs that would take less memory if their fields were sorted.☆535Updated 2 years ago
- JsonDiff library☆225Updated 2 years ago
- gRPC bidirectional streaming example written in golang☆118Updated last year
- Assert your Go code is inlined and bounds-check eliminated☆308Updated 3 months ago
- Learn what sync.Cond is☆25Updated 3 years ago
- Go performance community☆32Updated 3 years ago
- JSON benchmarks to compare different Go JSON implementations☆91Updated 7 months ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆293Updated last year
- Generic utility functions for dealing with collections in go☆123Updated 4 months ago