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

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

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

3 个仓库

Awesome GitHub RepositoriesInstallation Package Size Estimators

Utilities that calculate the final compressed size of installation packages based on target hardware dimensions.

Distinct from Binary Size Calculation: Calculates the compressed on-disk size of an installation package rather than the serialized byte size of a single object.

Explore 3 awesome GitHub repositories matching data & databases · Installation Package Size Estimators. Refine with filters or upvote what's useful.

Awesome Installation Package Size Estimators GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • facebook/redexfacebook 的头像

    facebook/redex

    6,292在 GitHub 上查看↗

    A bytecode optimizer for Android apps

    Removes unused code and resources from Android bytecode to produce a smaller application package.

    C++
    在 GitHub 上查看↗6,292
  • paradigmxyz/rethparadigmxyz 的头像

    paradigmxyz/reth

    5,652在 GitHub 上查看↗

    Reth is a modular, high-performance Ethereum execution layer client written in Rust. It serves as a full Ethereum node that syncs, validates, and serves blockchain data, functioning as an archive node implementation, a high-throughput RPC node server, and a snapshot sync tool. The project is built around a modular component architecture that allows assembling custom node behavior by swapping independent Rust crates for consensus, execution, mempool, and networking. The client distinguishes itself through a staged sync pipeline that downloads headers and bodies online before processing the res

    Displays the compressed download size for selected snapshot profiles and components before downloading.

    Rust
    在 GitHub 上查看↗5,652
  • google/bundletoolgoogle 的头像

    google/bundletool

    3,941在 GitHub 上查看↗

    Bundletool is a command line toolkit for manipulating Android App Bundles and generating optimized APKs tailored to specific device configurations. It serves as a utility for converting bundles into monolithic or split installation files and validating the integrity and size of these packages before publishing. The tool differentiates itself through the ability to analyze device hardware specifications to extract only the required resource sets, reducing application download sizes. It also provides specialized capabilities for creating and exporting distribution archives for runtime-enabled s

    Calculates the final compressed size of installation packages based on target device specifications and hardware dimensions.

    Javaandroidandroid-app-bundleandroid-development
    在 GitHub 上查看↗3,941
  1. Home
  2. Data & Databases
  3. Binary Size Calculation
  4. Installation Package Size Estimators

探索子标签

  • Android Bytecode ShrinkersOptimization passes that remove unused code and resources from compiled Android bytecode to reduce APK size. **Distinct from Installation Package Size Estimators:** Distinct from Installation Package Size Estimators: focuses on actively shrinking bytecode content, not estimating final compressed package dimensions.
  • Snapshot Size EstimatorsDisplays the compressed download size for selected snapshot profiles and components before downloading. **Distinct from Installation Package Size Estimators:** Distinct from Installation Package Size Estimators: estimates the size of blockchain snapshot downloads, not software installation packages.