awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesiOS Application Optimization

Techniques to reduce binary size and improve execution speed specifically for iOS applications.

Distinct from iOS Application Toolkits: Candidates focus on theming or deployments; none cover the combined optimization of binary size and native performance overrides.

Explore 1 awesome GitHub repository matching mobile development · iOS Application Optimization. Refine with filters or upvote what's useful.

Awesome iOS Application Optimization GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • google/j2objcAvatar google

    google/j2objc

    6,041Vezi pe GitHub↗

    j2objc is a source-to-source compiler and transpiler that converts Java source code into Objective-C. It functions as a cross-platform logic porter, allowing application logic and data models written in Java to be shared and executed on iOS. To support this translation, the project provides an Objective-C implementation of core Java classes and APIs to emulate the Java runtime environment. The system includes specialized translation for Java libraries and provides mapping for dependency injection and static analysis annotations to preserve metadata. It also enables the conversion of JUnit tes

    Reduces binary size by removing dead code and replacing translated classes with native Objective-C implementations.

    Java
    Vezi pe GitHub↗6,041
  1. Home
  2. Mobile Development
  3. iOS Application Optimization