android-mkxp
android-mkxp copied to clipboard
Bootup Takes Too Long
MKXP takes far too long to boot up. I think it's related to Ruby's stack allocation, maybe in thread_pthread.c?
This is related to the pathCache option. On Android, it slows down the boot process a lot, so in my project, I disabled it by default. This may cause some issues with poorly written scripts that depend on case-independent filenames, but the speed increase is great enough.
For the record, I can see no obvious delay with pathCache enabled now.