jsnes icon indicating copy to clipboard operation
jsnes copied to clipboard

performance on mobile

Open xm-space opened this issue 4 years ago • 1 comments

Hi Master: How to optimize the performance on mobile devices?

xm-space avatar Sep 11 '21 13:09 xm-space

It's written in javascript, so it wasn't really built for speed. The advantage is portability - it runs in any modern browser. If you want a faster emulator, go for an installed app that is compiled for your specific platform (written in something like c++ ideally).

https://careerkarma.com/blog/javascript-vs-cplusplus/#:~:text=C%2B%2B%20is%20ten%20or%20more,is%20mid%2Dlevel%20and%20compiled.

greigs avatar Oct 01 '21 10:10 greigs