sathishvj / optimizing-go-programsLinks
workshop material on optimizing go programs
☆59Updated 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☆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 8 months ago
- Cheat Sheet for Go Slice Tricks☆175Updated 2 years ago
- A collection of gRPC and Go examples showcasing features of the framework☆252Updated 3 years ago
- gRPC bidirectional streaming example written in golang☆119Updated last year
- A repo full of interview question implementations in golang.☆107Updated 4 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- Source code for my Go workshop which includes code samples about handling/throttling go routines and their graceful termination☆24Updated 5 years ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- Miscellaneous Go hacks☆242Updated last month
- Generic utility functions for dealing with collections in go☆121Updated 8 months ago
- DRR scheduler for Go channels☆32Updated 3 years ago
- Golang lock-free Hashmap and List☆71Updated 3 years ago
- Know when GC runs from inside your golang code☆188Updated 3 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆123Updated 6 months ago
- Best-effort CPU-local sharded values for Go☆203Updated 4 years ago
- Set of Go context's utilities.☆56Updated 4 years ago
- Single repository for go-nats example code. This includes all documentation examples and any common message pattern examples.☆113Updated 2 years ago
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆96Updated last year
- Helper tool for manual Go code optimization.☆137Updated 8 months ago
- Transform Go code into it's AST☆123Updated 6 years ago
- ⚡️ lock-free utilities in Go☆162Updated last year
- Functional tools in Go 1.18 using newly introduced generics☆172Updated 3 years ago
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 7 months ago
- Go programming language port of liburing.☆113Updated 2 years ago
- ☆123Updated 2 years ago
- Example project for an article Metaprogramming with Go☆107Updated 3 years ago
- Expr – a tiny stack-based virtual machine written in Go☆32Updated 4 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆72Updated 11 months ago