this post was submitted on 16 Jan 2024
63 points (100.0% liked)

Rust

5845 readers
31 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

[email protected]

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 13 points 8 months ago (1 children)

They replaced all CPP code from the shell. But the rewrite isn't complete yet.

[–] [email protected] 1 points 8 months ago* (last edited 8 months ago) (1 children)

Looks like the only thing left is the rest runner, and it's probably not happening anytime soon since it's a ton of syscalls and Rust doesn't really add any advantages there imo.

[–] [email protected] 1 points 8 months ago* (last edited 8 months ago)

The impression that I got is that while there is nothing more to port in the shell itself, the performance and concurrency goals haven't been fully realized yet. The new Rust code needs a bit more tuning before it can replace the old shell.