mickelson / attract

A graphical front-end for command line emulators that hides the underlying operating system and is intended to be controlled with a joystick or gamepad.
http://attractmode.org
GNU General Public License v3.0
393 stars 115 forks source link

Improved SWF loading speed #509

Closed oomek closed 5 years ago

oomek commented 5 years ago

The speed gain is quite significant as shown in the video. https://youtu.be/Y7nlfugz5wo

Detailed description in commits.

oomek commented 5 years ago

Have you had time to take a look at this PR? Currently SWF loading is very laggy. This fix speeds up the SWF loading 10x or more.

mickelson commented 5 years ago

Thanks for this.

MY preference is to continue with the model of keeping the swf-rendering specific code in swf.cpp/swf.hpp... take a look at https://github.com/mickelson/attract/pull/524 which I think should have the same loading improvement as this PR, let me know if you have any concerns...

mickelson commented 5 years ago

Implemented with #524