this post was submitted on 22 Jan 2024
8 points (83.3% liked)

Linux and Tech News

958 readers
3 users here now

This is where all the News about Linux and Linux adjacent things goes. We'll use some of the articles here for the show! You can watch or listen at:

You can also get involved at our forum here on Lemmy:

Or just get the most recent episode of the show here:

founded 1 year ago
MODERATORS
top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 8 months ago

This is the best summary I could come up with:


FreeBSD developers are currently weighing the benefits and costs of allowing the Rust programming language to be used within the FreeBSD base system.

The main downside of including Rust within the FreeBSD base system is basically a doubling of build times.

Due to then needing to compile the LLVM-based Rustc compiler and all the extras there for Rust, they would find the base system build times to roughly double over the status quo.

There is though some options being expressed by developers to working around those build time issues.

By allowing Rust code into base, they could (re)write various components into this programming language such as the ZFS daemon (zfsd) rather than being in C++, a rewrite of devd, WiFi user-space code could benefit from being written in Rust, and more.

The discussion over allowing Rust within FreeBSD base is still ongoing, but for those interested in the prospects of using the Rust programming language within the base FreeBSD system itself can be found via this mailing list thread.


The original article contains 169 words, the summary contains 169 words. Saved 0%. I'm a bot and I'm open source!