5 ms·
So AFAIK Electron is built on V8 JS engine. Last I looked that has a JIT compiler, then I’d expect performance to increase as that ‘warms up’
by kjar 7y ago
So AFAIK Electron is built on V8 JS engine. Last I looked that has a JIT compiler, then I’d expect performance to increase as that ‘warms up’
- saagarjha 7y agoIt does, but you've still got to keep around the optimizing JIT compiler, its JavaScript metadata, and a hundred other things around even after the JavaScript has been partially compiled to native code.