awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
alexkohler avatar

alexkohler/prealloc

0
View on GitHub↗
666 estrellas·26 forks·Go·MIT·5 vistas

Prealloc

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

Features

  • Code Quality Linters - Suggests preallocating slices to improve memory performance.
  • Static Analysis Tools - Finds Go slice declarations that could be preallocated.

Historial de estrellas

Gráfico del historial de estrellas de alexkohler/preallocGráfico del historial de estrellas de alexkohler/prealloc

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Prealloc

Proyectos open-source similares, clasificados según cuántas características comparten con Prealloc.
  • jgautheron/goconstAvatar de jgautheron

    jgautheron/goconst

    318Ver en GitHub↗

    Find in Go repeated strings that could be replaced by a constant

    Go
    Ver en GitHub↗318
  • pycqa/flake8Avatar de PyCQA

    PyCQA/flake8

    3,760Ver en GitHub↗

    Flake8 is a Python style checker and static analysis tool that identifies programmatic errors and violations of coding standards in source files. It serves as a linting wrapper that aggregates multiple checkers into a single interface, functioning as a pluggable framework for Python code analysis. The tool incorporates a cyclomatic complexity analyzer to measure the logical complexity of functions and identify code that requires refactoring. It is designed for extensibility, allowing the integration of custom plugins and rules through defined entry points. The system provides capabilities fo

    Pythoncomplexity-analysisflake8linter
    Ver en GitHub↗3,760
  • 360entsecgroup-skylar/goreporterAvatar de 360EntSecGroup-Skylar

    360EntSecGroup-Skylar/goreporter

    3,123Ver en GitHub↗

    A Golang tool that does static analysis, unit testing, code review and generate code quality report.

    Go
    Ver en GitHub↗3,123
  • pycqa/prospectorAvatar de PyCQA

    PyCQA/prospector

    2,085Ver en GitHub↗

    Inspects Python source files and provides information about type and location of classes, methods etc

    Python
    Ver en GitHub↗2,085
Ver las 30 alternativas a Prealloc→

Preguntas frecuentes

¿Qué hace alexkohler/prealloc?

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

¿Cuáles son las características principales de alexkohler/prealloc?

Las características principales de alexkohler/prealloc son: Code Quality Linters, Static Analysis Tools.

¿Qué alternativas de código abierto existen para alexkohler/prealloc?

Las alternativas de código abierto para alexkohler/prealloc incluyen: pycqa/flake8 — Flake8 is a Python style checker and static analysis tool that identifies programmatic errors and violations of coding… pycqa/prospector — Inspects Python source files and provides information about type and location of classes, methods etc. 360entsecgroup-skylar/goreporter — A Golang tool that does static analysis, unit testing, code review and generate code quality report. jgautheron/goconst — Find in Go repeated strings that could be replaced by a constant. alexkohler/unimport. alexkohler/dogsled — dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.