this post was submitted on 06 Sep 2025
45 points (100.0% liked)

Linux

9598 readers
558 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

The source tweet from Carl Richell:

COSMIC and Pop 24.04 Beta will be released September 25th.

I'm looking forward to COSMIC reaching beta and then hopefully a stable release :)

you are viewing a single comment's thread
view the rest of the comments
[–] khleedril@cyberplace.social 10 points 3 weeks ago

@imecth @stuner @littleomid @uthredii ``Rust implies only 1 thing, and that's no memory leaks, assuming you don't use "unsafe" code. It's still very much vulnerable to logic bugs and has the same performance as c (GNOME) and c++ (KDE).''

Not only memory leaks, multi-threading generally is hugely safer under the watchful eye of the compiler.

It performs slightly better than C or C++; the compiler is able to make better optimizations thanks to deeper insight into the nature of given code.