-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
Description
as found in https://tangled.sh/@rockorager.dev/lsr, uutils ls can have 2x more syscalls that gnu ls (and correspondingly increased runtime.
the optimal fix here appears to be using iouring to massively reduce syscalls, but even without, getting back to the gnu levels would be a major improvement.