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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesExecutable Size Analysis

Analysis of compiled executables to determine the disk space consumption of specific components.

Distinct from Rust Program Analysis: Focuses on binary size and bloat analysis rather than detecting errors like overflows or panics.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Executable Size Analysis. Refine with filters or upvote what's useful.

Awesome Executable Size Analysis GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • razrfalcon/cargo-bloatAvatar de RazrFalcon

    RazrFalcon/cargo-bloat

    2,718Voir sur GitHub↗

    cargo-bloat is a binary size analyzer and compilation analysis tool for Rust. It identifies the largest functions and dependencies within compiled executables to locate space-consuming code and reduce the overall binary footprint. The tool functions as a build profile inspector and symbol size profiler, allowing users to analyze how different compiler options and build profiles affect the final binary size. It can export symbol data into human-readable tables or JSON format to monitor the footprint of specific crates. Capabilities include multi-target analysis across different platforms and

    Examines compiled Rust binaries to identify which components consume the most disk space.

    Rust
    Voir sur GitHub↗2,718
  1. Home
  2. Programming Languages & Runtimes
  3. Rust Program Analysis
  4. Executable Size Analysis