▲ 94 ▼ Tauri 2.0 has just been released (v2.tauri.app) submitted 2 years ago by blaze@programming.dev to c/programming@programming.dev 3 comments fedilink hide all child comments
[–] mox@lemmy.sdf.org 6 points 2 years ago* (1 child) Does anyone know where to find unbiased, representative comparisons of memory usage between Tauri and Electron? permalink fedilink source hideshow 2 child comments replies: [–] Tyfon@programming.dev 8 points 2 years ago* (1 child) Here for V1: https://www.levminer.com/blog/tauri-vs-electron Note that tauri is not bundling entire browser in binary, it's using WebView of operating system instead. Therefore any comparison should be done on machine that will run your code. permalink fedilink source parent hideshow 2 child comments replies: [–] mox@lemmy.sdf.org 2 points 2 years ago I think the WebView it uses on linux is webkit2gtk. I would expect that to be similar to Electron, but measurements would be better than guesses. permalink fedilink source parent
[–] Tyfon@programming.dev 8 points 2 years ago* (1 child) Here for V1: https://www.levminer.com/blog/tauri-vs-electron Note that tauri is not bundling entire browser in binary, it's using WebView of operating system instead. Therefore any comparison should be done on machine that will run your code. permalink fedilink source parent hideshow 2 child comments replies: [–] mox@lemmy.sdf.org 2 points 2 years ago I think the WebView it uses on linux is webkit2gtk. I would expect that to be similar to Electron, but measurements would be better than guesses. permalink fedilink source parent
[–] mox@lemmy.sdf.org 2 points 2 years ago I think the WebView it uses on linux is webkit2gtk. I would expect that to be similar to Electron, but measurements would be better than guesses. permalink fedilink source parent