Any reason for terming Electron app as slow? The best i could find was https://github.com/electron/electron/issues/5672
Javascript as a language is single threaded. Essentially JS is just an API working with text,arrays, dates but does not include I/O (networking and storage) typically implemented by host environment.(mostly browsers).…
Any reason for terming Electron app as slow? The best i could find was https://github.com/electron/electron/issues/5672
Javascript as a language is single threaded. Essentially JS is just an API working with text,arrays, dates but does not include I/O (networking and storage) typically implemented by host environment.(mostly browsers).…