# alexkohler/prealloc

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/alexkohler-prealloc).**

666 stars · 26 forks · Go · MIT

## Links

- GitHub: https://github.com/alexkohler/prealloc
- awesome-repositories: https://awesome-repositories.com/repository/alexkohler-prealloc.md

## Description

prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated.

## Tags

### Part of an Awesome List

- [Code Quality Linters](https://awesome-repositories.com/f/awesome-lists/devtools/code-quality-linters.md) — Suggests preallocating slices to improve memory performance.
- [Static Analysis Tools](https://awesome-repositories.com/f/awesome-lists/devtools/static-analysis-tools.md) — Finds Go slice declarations that could be preallocated.
