CodeDead

Results 30 comments of CodeDead

> Flutter uses GTK just for rendering the opengl stuff. Tauri would consume a lot of RAM. Flutter is very very modern for graphics, with 60fps animations, and I believe...

> ...but still Flutter is faster and consumes much less RAM. Can I ask what benchmarks you base this on @lzunsec ?

You don't need to add or write JS or use JS frameworks in Tauri. Rust is sufficient. It has the option to work with JavaScript, but it is not required....

Indeed, this is mentioned in [the manual](https://codedead.com/Software/MemPlus/help.pdf) (page 6). Optimizing too often is detrimental to performance. Something like a timer would be an excellent solution to this problem. I'm keeping...

Same problem and has been a problem for years now, unfortunately. We have to schedule entire service restarts to mitigate this.

> It seems like they recognized that this bug is still occuring under linux https://bugs.openjdk.java.net/browse/JDK-8275033 I was facing the same problem for an entirely different project using Fedora Linux 36...

For anyone facing this issue, I've found a work-around by manually adding the following 'uses' statements to your mergedModule block: ``` jlink { ... mergedModule { additive = true uses...

This looks like a pretty good change @xzel23 ! It seems like Gradle 7.6 will be the first version to support JDK 19: https://github.com/gradle/gradle/issues/20372 So Gradle 7.6+ will be needed...

@ice1000 & @xzel23 yes, but isn't this quite difficult to achieve with automated builds like GitHub Actions, Jenkins and the likes since you will need dual JDK's installed in your...

Definitely a nice-to-have!