With Ubuntu changing to the Rust implementation of coreutils, what does that mean for performance?

  • ProtonBadger
    link
    fedilink
    arrow-up
    4
    ·
    1 day ago

    Relying on is perhaps too strong, but I enjoy operations like sort getting faster and I don’t know how they’ve written cp but there’s a cp alternative using async IO with io_uring that’s almost twice as fast, I’m sure it’d interest people if such optimizations made it into coreutils.