Comment on We Chose Tauri over Electron for Our Performance-Critical Desktop AppComments−devwastaken1yits the same memory usage. its hidden by the OS.its less efficient because you can only ever pass messages to the webview. you cant compile modules and integrate like you can with Electron.webviews are a naieve solution only useful for basics and even then is outdone by any other cross platform UI.
Comments
its the same memory usage. its hidden by the OS.
its less efficient because you can only ever pass messages to the webview. you cant compile modules and integrate like you can with Electron.
webviews are a naieve solution only useful for basics and even then is outdone by any other cross platform UI.