- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
With Ubuntu changing to the Rust implementation of coreutils, what does that mean for performance?
With Ubuntu changing to the Rust implementation of coreutils, what does that mean for performance?
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.