Like Ketwaroo suggests in the thread - http://wordpress.org/support/topic/use-spl_autoload-to-load-classes?replies=1
Use PHP's spl_autoload to only load the classes that are really needed at that moment.
Requires renaming of some files, but stimulates file naming consistency.