-
Notifications
You must be signed in to change notification settings - Fork 532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emulator Performance #172
Comments
Most of the other emulators have already had deep amounts of optimization already worked on, so Stella may be the odd one out here, not the average case. |
As FYI, Xitari (https://github.com/deepmind/xitari) is sped up about 100% relative to ALE, although it also stripped some actual functionality in the process... |
Writing new libretro bindings for ALE's Stella might be a better idea than speeding up the newer version of Stella. |
Going to close this in favor of #127 since it sounds like most cores are already optimized a decent amount. |
Although with some fancy customizations, it's likely we still could improve performance of the emulators since we care more about speed than accuracy. |
It looks like inlining a method and creating some constants improves speed dramatically on ALE: Farama-Foundation/Arcade-Learning-Environment#265
It's possible there are similar simple changes that could be made to other emulators.
The text was updated successfully, but these errors were encountered: