mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
docs/ls ~ fix spelling + whitespace
This commit is contained in:
parent
1ca44fbbc3
commit
ceda51dd5c
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Benchmarking ls
|
# Benchmarking ls
|
||||||
|
|
||||||
ls majorly involves fetching a lot of details (depending upon what details are requested, eg. time/date, inode details, etc) for each path using system calls. Ideally, any system call should be done only once for each of the paths - not adhering to this principle leads to a lot of system call overhead multiplying and bubbling up, especially for recursive ls, therefore it is important to always benchmark multiple scenarios.
|
ls majorly involves fetching a lot of details (depending upon what details are requested, eg. time/date, inode details, etc) for each path using system calls. Ideally, any system call should be done only once for each of the paths - not adhering to this principle leads to a lot of system call overhead multiplying and bubbling up, especially for recursive ls, therefore it is important to always benchmark multiple scenarios.
|
||||||
This is an overwiew over what was benchmarked, and if you make changes to `ls`, you are encouraged to check
|
This is an overview over what was benchmarked, and if you make changes to `ls`, you are encouraged to check
|
||||||
how performance was affected for the workloads listed below. Feel free to add other workloads to the
|
how performance was affected for the workloads listed below. Feel free to add other workloads to the
|
||||||
list that we should improve / make sure not to regress.
|
list that we should improve / make sure not to regress.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue