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
- A collection of best practices and lessons learnt from applying concurrency in go.β110Updated 10 months ago
- Cheat Sheet for Go Slice Tricksβ176Updated 3 years ago
- Go programming language port of liburing.β115Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)β140Updated 3 years ago
- Writing High Performant Golang Programsβ175Updated 2 years ago
- a golang test framework for asserting expected escape analysis results & heap allocationsβ73Updated last year
- When storing a value in a Go interface allocates memory on the heap.β72Updated 3 years ago
- A repo full of interview question implementations in golang.β108Updated 4 years ago
- DRR scheduler for Go channelsβ32Updated 3 years ago
- Generic utility functions for dealing with collections in goβ121Updated 9 months ago
- Golang lock-free Hashmap and Listβ73Updated 3 years ago
- Go performance communityβ31Updated 3 years ago
- Various golang benchmarks I've writtenβ110Updated 7 years ago
- Miscellaneous Go hacksβ243Updated 2 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.β221Updated 2 years ago
- Best-effort CPU-local sharded values for Goβ203Updated 4 years ago
- Open version of common golang libraries useful to many projects.β76Updated 2 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.β126Updated 7 months ago
- A distributed fault tolerant scheduler that is horizontally scalable π₯β96Updated last year
- Transform Go code into it's ASTβ122Updated 6 years ago
- β±οΈ Pocket load testerβ50Updated 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
- Linter that confirms DB rows and statements are closed properly.β91Updated 8 months ago
- Helper tool for manual Go code optimization.β137Updated 10 months ago
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.β91Updated 3 months ago
- JSON benchmarks to compare different Go JSON implementationsβ104Updated 5 months ago
- An easy-to-use Map Reduce Go parallel-computing framework inspired by 2021 6.824 lab1. It supports multiple workers threads on a single mβ¦β225Updated 2 years ago
- Checklist for code reviewsβ157Updated 4 years ago
- some data structures and algorithms using golangβ69Updated 2 years ago