colorls: Colorls slow
It is normal that colorls
is much slower than ls
?

There is a noticable lag compared to ls
which is in everyday use is pretty frustrating.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 19
It is normal that colorls
is much slower than ls
?
There is a noticable lag compared to ls
which is in everyday use is pretty frustrating.
Of course, it is a bit unfair to compare using the
--gs
option, as this needs to call out to git which adds to the overall time spend.Probably not. At least not from colorls; you would have to wait for Ruby optimizations in a new release.
Out of this reason, I started my own “color ls” which is already mostly compatible with colorls but faster since it is compiled to native code. I am using it on a daily basis, but it’s still a bit rough around the edges.