Hacker News new | ask | show | jobs
by hkalbasi 1627 days ago
Per https://github.com/Fournux/tauri-vs-electron it uses just 20 MB of ram on linux.

Why? I guess because webkit-gtk is less ram hungry than blink.

1 comments

any idea why the memory usage difference on windows are very close but significantly different on linux?
WebView2 is chromium edge. This was the reason that I guessed webkit-gtk uses less ram than chromium.
ah, that makes sense. thanks