Please use cl-diskspace for the modeline/disk module
ralt opened this issue · 0 comments
ralt commented
The current one is shelling out to use df
, while cl-diskspace (available on quicklisp) is using the proper statvfs
syscall to retrieve the information.
Given how performance sensitive the mode-line is, avoiding the shelling out makes sense.