this post was submitted on 18 Aug 2023
87 points (97.8% liked)

Linux

47561 readers
582 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Will there be performance and security improvements?

you are viewing a single comment's thread
view the rest of the comments
[–] YaBoyMax@programming.dev 10 points 1 year ago* (last edited 1 year ago) (5 children)

Yes, enhanced security is pretty much the entire pitch of Rust. There wouldn't be any reason for it to result in performance enhancements, though.

[–] skullgiver@popplesburger.hilciferous.nl 10 points 1 year ago* (last edited 10 months ago) (4 children)

[This comment has been deleted by an automated system]

[–] staticlifetime@kbin.social 4 points 1 year ago

It just depends on how isolated that part of the kernel is. Unsafe code should be done only in interop, and so it still theoretically has a memory safety benefit over C in that sense.

In terms of how much interop code needs to be written for Rust at this point is another discussion though.

load more comments (3 replies)
load more comments (3 replies)