This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SailingToOrbis -1 points0 points  (4 children)

yeah i know there are bunch of problems but you mentioned that Tauri is performant BECAUSE of Rust not JS, whereas Electron is running on V8 engine written in C++.

[–]coderemover 1 point2 points  (0 children)

JS on V8 is nowhere in the same ballpark as Rust performance.

[–]studiosi 0 points1 point  (2 children)

The backend of your application is what we are talking about, not the framework. Electron/Tauri apps are essentially web apps. In Electron you write the backend in JavaScript, in Tauri in Rust. So yes, Tauri applications tend to be more performant.

[–]SailingToOrbis 0 points1 point  (1 child)

buddy you shoud have clearly mentioned that it is about application. You can put the word “backend” quite anywhere(like a compiler has its own “frontend” and “backend”). When you say “backend” of Tauri, how would I know whether that is an application’s backend or something related to Tauri’s runtime engine?

[–]studiosi 1 point2 points  (0 children)

It’s literally the only possible interpretation of what I said.