Hacker News new | ask | show | jobs
by exacube 1951 days ago
Does using the underlying platform's webview make things faster? What are the benefits to end users?
1 comments

It'll make applications smaller by not having to bundle a full copy of Chromium for each application. It may make applications slightly faster if the webview is already loaded in memory, and it'll probably save some RAM because applications would share some memory.