alexkohler / prealloc
prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated.
☆638Updated 7 months ago
Related projects ⓘ
Alternatives and complementary repositories for prealloc
- Tool to detect Go structs that would take less memory if their fields were sorted.☆536Updated last year
- Source code analyzer that helps you to make your Go programs more consistent.☆336Updated 7 months ago
- Search for Go code using syntax trees☆478Updated 3 years ago
- Pprof made easy at development time for Go☆751Updated 4 years ago
- Selected Go-internal packages factored out from the standard library☆876Updated last month
- Package renameio provides a way to atomically create or replace a file or symbolic link.☆609Updated 9 months ago
- A CLI to turn Go's benchmark output into pictures☆341Updated 5 years ago
- Code generation tools for Go.☆423Updated last month
- 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 …☆651Updated last year
- Detect ineffectual assignments in Go code.☆402Updated 11 months ago
- Parse and modify Go struct field tags☆633Updated last year
- A collection of packages to augment the go testing package and support common patterns.☆518Updated 2 months ago
- Chronos - A static race detector for the go language☆428Updated 2 years ago
- Define and run pattern-based custom linting rules.☆796Updated 2 months ago
- Get hash values for arbitrary values in Go (golang).☆754Updated last year
- An interactive tool to analyze Golang goroutine dump.☆465Updated 2 years ago
- Golang errors with stack trace and source fragments.☆1,035Updated 5 months ago
- Fast, zero heap allocation Go Trie for runes or paths☆471Updated 2 months ago
- Type-safe, zero-allocation sets for Go☆810Updated 4 years ago
- Arbitrary-precision decimals for Go☆689Updated 3 months ago
- Quick helpers for testing Go applications☆529Updated 8 months ago
- experimental new HTTP client API for #golang (WIP)☆584Updated 5 years ago
- Make temporary edits to your Go module dependencies☆897Updated 3 years ago
- Shotizam analyzes the size of Go binaries☆606Updated 4 months ago
- Attach hooks to any database/sql driver☆651Updated 4 months ago
- a fake clock for golang☆667Updated last month
- structslop is a static analyzer for Go that recommends struct field rearrangements to provide for maximum space/allocation efficiency.☆816Updated 9 months ago
- Golang deep variable equality test that returns human-readable differences☆759Updated 4 months ago
- Clock is a small library for mocking time in Go.☆680Updated last year
- Find in Go repeated strings that could be replaced by a constant☆293Updated 4 months ago