Gopium πΊ: Smart Go Structures Optimizer and Manager
β219Apr 22, 2024Updated last year
Alternatives and similar repositories for gopium
Users that are interested in gopium are comparing it to the libraries listed below
Sorting:
- Gotcha π― seamlessly patches go runtime to provide a convenient way to track amount of heap allocated bytes, objects, calls per goroutinβ¦β39Oct 21, 2022Updated 3 years ago
- Shotizam analyzes the size of Go binariesβ614Jul 14, 2024Updated last year
- β26Aug 19, 2022Updated 3 years ago
- Assert your Go code is inlined and bounds-check eliminatedβ315Apr 30, 2025Updated 10 months ago
- A CLI to turn Go's benchmark output into picturesβ339Sep 21, 2019Updated 6 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.β221Feb 24, 2026Updated last week
- Tool to detect Go structs that would take less memory if their fields were sorted.β535May 9, 2023Updated 2 years ago
- Selected Go-internal packages factored out from the standard libraryβ963Apr 10, 2025Updated 10 months ago
- π fgprof is a sampling Go profiler that allows you to analyze On-CPU as well as Off-CPU (e.g. I/O) time together.β3,095May 2, 2025Updated 10 months ago
- Go static program analyserβ59Apr 18, 2020Updated 5 years ago
- Define and run pattern-based custom linting rules.β862Sep 25, 2025Updated 5 months ago
- Chronos - A static race detector for the go languageβ439Apr 22, 2022Updated 3 years ago
- Generic batches for goβ13Dec 5, 2021Updated 4 years ago
- depaware makes you aware of your Go dependenciesβ458Oct 1, 2025Updated 5 months ago
- Go known-keys fast-lookup map generatorβ47May 21, 2021Updated 4 years ago
- Minimal perfect hashing in Goβ74Jan 22, 2023Updated 3 years ago
- CPU-guided performance analyzer for Goβ78Oct 19, 2022Updated 3 years ago
- A set of ruleguard rules that try to cover some parts of the Uber Go Style Guide (https://github.com/uber-go/guide)β18Dec 21, 2021Updated 4 years ago
- An HTTP sink (for testing) with optional recording and playback abilityβ69Jan 2, 2025Updated last year
- Go tool to wrap and fix errors with the new %w verb directiveβ381Apr 7, 2025Updated 10 months ago
- Tough Fuzzer is an obstacle course for go-fuzz composed of a series of small code samples which encapsulate the most common obstacles to β¦β19Sep 26, 2021Updated 4 years ago
- β121Dec 26, 2025Updated 2 months ago
- structslop is a static analyzer for Go that recommends struct field rearrangements to provide for maximum space/allocation efficiency.β833Feb 8, 2024Updated 2 years ago
- Visualise Go runtime metrics in real timeβ3,624Feb 21, 2026Updated last week
- Golang port of simdjson: parsing gigabytes of JSON per secondβ2,011Aug 26, 2025Updated 6 months ago
- Simple Interprocess Plugins for Goβ17Mar 24, 2020Updated 5 years ago
- Simple and easy wrappers for Go sync/atomic package.β31Mar 3, 2024Updated 2 years ago
- Helper tool for manual Go code optimization.β137Mar 19, 2025Updated 11 months ago
- High-performance router for Graphite.β58Feb 16, 2026Updated 2 weeks ago
- Find outdated dependencies of your Go projects. go-mod-outdated provides a table view of the go list -u -m -json all command which lists β¦β664Feb 19, 2023Updated 3 years ago
- High Availability Raft Framework for Goβ662Dec 16, 2025Updated 2 months ago
- Auto-gen Go fuzzing wrappers from normal code. Finds buggy call sequences, including data races & deadlocks. Supports rich signature typeβ¦β113Jul 23, 2024Updated last year
- Find functions that return a reference and cause allocations.β27Jan 9, 2021Updated 5 years ago
- Go library providing algorithms optimized to leverage the characteristics of modern CPUsβ910Sep 23, 2025Updated 5 months ago
- prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated.β664Updated this week
- cheap Go type to hold & operate on either a read-only []byte or stringβ115Jul 2, 2024Updated last year
- β44Dec 18, 2021Updated 4 years ago
- Run Go tests inside a Docker imageβ100Feb 2, 2026Updated last month
- Memory allocation of map[int]interface{} vs map[int]struct{} (Golang benchmark)β10Jan 25, 2021Updated 5 years ago