Skip to content

Any room for memory usage improvment? #3162

Answered by FabianLars
kaushalyap asked this question in Q&A
Discussion options

You must be logged in to vote

Well, the memory benchmarks are actually just wrong or at least measured in an inconsistent way.
Kinda bad news, but even the tauri one is higher than that. for example my somewhat simple app uses ~120MB. But only ~5MB is the actual tauri/rust process, the rest is WebView2.
And that 5MB is the important bit here, because that's what was measured in the Neutralino benchmark (2MB).
Neutralino uses WebView2 just like we do, so they have to have similar memory usage, aside from the main process (2mb vs 5mb)🤷

While we're at it, The electron app from that repo is around 85MB for me, but you definitely won't see that in the wild lol.

About memory improvements in general. Probably not, we have no…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kaushalyap
Comment options

Answer selected by kaushalyap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants