CompositeAndroid icon indicating copy to clipboard operation
CompositeAndroid copied to clipboard

Feature/performance 2

Open passsy opened this issue 8 years ago • 0 comments

Part II of #23

Use reflection to check for overridden methods. Don't call plugins which did not override a method.

Since reflection is very heavy it will be only used after a fixed amount of calls.

Performance measurements will follow

Increases the performance of getApplicationInfo() and getResources() drastically when not overridden which get called multiple thousand times per Activity Lifecycle.

passsy avatar Jul 27 '16 09:07 passsy