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☆217Updated last year
- A collection of best practices and lessons learnt from applying concurrency in go.☆111Updated 9 months ago
- Miscellaneous Go hacks☆243Updated 2 months ago
- Various golang benchmarks I've written☆110Updated 7 years ago
- Cheat Sheet for Go Slice Tricks☆175Updated 3 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
- A repo full of interview question implementations in golang.☆107Updated 4 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- Spaceship Go - A journey into the Standard Library☆92Updated 2 years ago
- Go programming language port of liburing.☆115Updated 2 years ago
- Transform Go code into it's AST☆122Updated 6 years ago
- Go performance community☆31Updated 3 years ago
- Locking wrapper for running benchmarks on shared hosts☆156Updated last year
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 8 months ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆123Updated 7 months ago
- Best-effort CPU-local sharded values for Go☆203Updated 4 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆73Updated last year
- The size of variable at runtime☆155Updated last year
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- Helper tool for manual Go code optimization.☆137Updated 9 months ago
- gRPC bidirectional streaming example written in golang☆119Updated last year
- Generic utility functions for dealing with collections in go☆121Updated 9 months ago
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆96Updated last year
- Single repository for go-nats example code. This includes all documentation examples and any common message pattern examples.☆113Updated 2 years ago
- Know when GC runs from inside your golang code☆189Updated 3 years ago
- A sharded wrapper for golang.org/x/sync/singleflight for high contention enviroments☆79Updated 3 years ago
- ⚡️ lock-free utilities in Go☆163Updated last year
- A collection of gRPC and Go examples showcasing features of the framework☆252Updated 3 years ago
- Experiments with Go generics☆100Updated 4 years ago