File inclusion very slow on Android

Issue #51 invalid
Benjamin Hoffmann created an issue

The game I'm working on uses near to 200 files inclusions. On windows, this inclusion is instantaneous, but on Android, it takes about 5-10 seconds (Tested on Xiaomi Redmi Note 3).

You can find an sample in attached zip file (sources + APK), with 500 inclusions.

Comments (4)

  1. Benjamin Hoffmann reporter

    This bug was from a variable declaration problem. In the sources of the sample APK you can see that I declare arrays with a very large upperlimit.

  2. Log in to comment