Live data from Hacker News

How Rust 1.64 became faster on Windows

tomaszs2.medium.com

41–50 of 80 posts

Re: How Rust 1.64 became faster on Windows

#42
post #34

Quoted post unavailable.

Nowadays it's possible to opt for a best of both worlds situation: https://tauri.app/ or https://github.com/sciter-sdk/rust-sciter

Electron uses chrome everywhere, Tauri uses the system webview which is very different and vastly inferior.

Re: How Rust 1.64 became faster on Windows

#43

Quoted post unavailable.

I’m all for native UIs, but if you must go cross-platform, it’s often not worth it. Why bother with the specifics of Windows, Linux, macOS, Android, iOS. Just build one mediocre UI to rule them all.

Electron does not have to be slow, just how web applications in general do not have to be slow, multi-megabyte monstrosities.

I bet you would be surprised if you knew where even specialized, sort-of-embedded UI is moving. Hint: it’s not native.

Re: How Rust 1.64 became faster on Windows

#44

Quoted post unavailable.

> On the other hand there are guys who don't waste much time and pick Electron for their app, for a 1000% performance degradation.

Do hypothetical 1000% performance gains matter if perceived performance is already within acceptable limits?

Wasting time gold plating solutions with no meaningful tradeoff is a negative trait, not a positive one.

Re: How Rust 1.64 became faster on Windows

#49
post #42
post #34

Earlier quoted context omitted.

Nowadays it's possible to opt for a best of both worlds situation: https://tauri.app/ or https://github.com/sciter-sdk/rust-sciter

Electron uses chrome everywhere, Tauri uses the system webview which is very different and vastly inferior.

This really depends on your definition of inferior; I'd consider the lower resource usage a good tradeoff for fewer bleeding edge features on most days

Re: How Rust 1.64 became faster on Windows

#50

Quoted post unavailable.

> On the other hand there are guys who don't waste much time and pick Electron for their app, for a 1000% performance degradation. Do hypothetical 1000% performance gains matter if perceived performance is already within acceptable limits? Wasting time gold plating solutions with no meaningful tradeoff is a negative trait, not a positive one.

Individually or in bulk?

For an individual, no.

For the gigawatt of power you just wasted nationwide, yes.

Post reply on HN