this post was submitted on 14 Mar 2025
160 points (93.5% liked)

Linux

12671 readers
56 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] qaz@lemmy.world 15 points 5 months ago* (last edited 5 months ago) (12 children)

Rust is better for writing multithreaded applications which means that the small amount of utilities that can utilize parallelism receive a significant speedup. uutils multithreaded sort was apparently 6x faster than the GNU utils single threaded version.

P.S. I strongly doubt handwritten assembly is more efficient than modern C compilers.

[–] iopq@lemmy.world 4 points 5 months ago (3 children)

In large applications maybe not, but in benchmarks there can be a perfectly optimized assembly

[–] qaz@lemmy.world 3 points 5 months ago* (last edited 5 months ago) (2 children)

Of course, for hot paths or small examples it is, but I doubt it's feasible or maintainable to write a “real” projects like core utilities in assembly.

[–] Kazumara@discuss.tchncs.de 3 points 5 months ago

Everyone knows you can do Roller Coaster Tycoon at most, no way you could do core utilities.

load more comments (1 replies)
load more comments (1 replies)
load more comments (9 replies)