awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesCompilation Optimization Guides

Instructional resources for optimizing the compilation process to minimize binary size.

Distinct from Rust: Distinct from Rust: focuses on the optimization of the compilation process specifically for size reduction.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Compilation Optimization Guides. Refine with filters or upvote what's useful.

Awesome Compilation Optimization Guides GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • johnthagen/min-sized-rustjohnthagen 的头像

    johnthagen/min-sized-rust

    9,782在 GitHub 上查看↗

    This project is a collection of techniques and configurations for reducing the disk footprint of compiled Rust executables. It serves as a guide and toolset for binary size optimization, providing strategies to minimize the final executable size through compiler flags and configuration. The project focuses on aggressive size reduction strategies, including recompiling the standard library from source to prune unused functions and implementing no-standard-library modes for memory-constrained environments. It details how to eliminate runtime overhead by removing standard library entry points an

    Provides instructions for optimizing the standard library and link-time optimization to minimize bloat.

    Rustbinary-sizecargocontainers
    在 GitHub 上查看↗9,782
  1. Home
  2. Programming Languages & Runtimes
  3. Programming Language Varieties
  4. Programming Languages
  5. Systems & Low-Level
  6. Rust
  7. Compilation Optimization Guides