samonzeweb / profilinggo
A quick tour (or reminder) of Go performance tools
☆266Updated 3 years ago
Alternatives and similar repositories for profilinggo:
Users that are interested in profilinggo are comparing it to the libraries listed below
- High resolution timing and benchmarking for Go☆259Updated 4 years ago
- A CLI to turn Go's benchmark output into pictures☆341Updated 5 years ago
- Miscellaneous Go hacks☆234Updated 3 weeks ago
- A simple and efficient thread-safe sharded hashmap for Go☆226Updated 5 years ago
- Know when GC runs from inside your golang code☆188Updated 2 years ago
- Slides and links for 2019 talks☆312Updated 5 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆284Updated 2 years ago
- A typed implementation of the Go sync.Map using code generation☆255Updated 2 years ago
- concurrency utilities☆293Updated 5 years ago
- Pprof made easy at development time for Go☆756Updated 4 years ago
- Handle Go recover, panic, and errors in a graceful way. Multiple errors support, basic filters and custom handlers.☆235Updated 6 years ago
- Floc: Orchestrate goroutines with ease.☆268Updated 3 years ago
- Embedded, Fast and Persistent bigqueue implementation☆444Updated 3 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 8 months ago
- An interactive tool to analyze Golang goroutine dump.☆467Updated 3 years ago
- Package schedgroup provides a goroutine worker pool which schedules tasks to be performed at or after a specified time. MIT Licensed.☆138Updated 2 years ago
- https://the-zen-of-go.netlify.com☆246Updated 5 years ago
- Machine is a zero dependency library for highly concurrent Go applications. It is inspired by errgroup.Group with extra bells & whistles☆365Updated 2 years ago
- errgroup with goroutine worker limits☆162Updated 2 years ago
- Fast resizable golang semaphore primitive☆175Updated 3 years ago
- Gohalt 👮♀🛑: Fast; Simple; Powerful; Go Throttler library☆348Updated 10 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated last year
- [mirror]☆280Updated 6 months ago
- Go tool to wrap and fix errors with the new %w verb directive☆373Updated 9 months ago
- Tool to detect Go structs that would take less memory if their fields were sorted.☆538Updated last year
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 2 years ago
- Go (golang) library for deep copying values in Go.☆348Updated 3 years ago
- A go in-memory table☆228Updated 2 years ago
- Pretty Print Data Structures☆345Updated last year
- Transformation functions generator for Protocol Buffers.☆210Updated last month