1 repository
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.
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.