awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • facebook/redexالصورة الرمزية لـ facebook

    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/rethالصورة الرمزية لـ paradigmxyz

    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/bundletoolالصورة الرمزية لـ google

    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.