supercrabtree / k

k is the new l, yo
1.78k stars 123 forks source link

Very slow compared to ls #28

Closed dbkaplun closed 9 years ago

supercrabtree commented 9 years ago

os? setup? screen grabs?

Alessandro-Barbieri commented 9 years ago

Do you still need the screen grab?

supercrabtree commented 9 years ago

yes please, and some additional information about your setup

Alessandro-Barbieri commented 9 years ago

I'm using Debian Jessie, mate-terminal, zsh, prezto and some other stuff for zsh

uname -a
Linux Host-001 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24) x86_64 GNU/Linux
zsh --version 
zsh 5.0.7 (x86_64-pc-linux-gnu)
git --version 
git version 2.1.4
mate-terminal --version 
Terminale di MATE 1.8.1

term

zirrostig commented 9 years ago

The slow down is due to k trying to get git status for every file and directory, you can do k --no-vcs to disable git status checking (#37). I expect the slow down will be much improved, once #31 is resolved.

k will probably never be as fast as ls due to the extra processing and information it is doing and gathering. On Apr 27, 2015 3:59 PM, "Alessandro Barbieri" notifications@github.com wrote:

I'm using Debian Jessie, zsh, prezto and some other stuff for zsh

uname -a Linux Host-001 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24) x86_64 GNU/Linux

python --version Python 2.7.9

zsh --version zsh 5.0.7 (x86_64-pc-linux-gnu)

git --version git version 2.1.4

[image: term] https://cloud.githubusercontent.com/assets/10689739/7358876/25936796-ed39-11e4-8be1-a6ac6eb2c7a5.gif

— Reply to this email directly or view it on GitHub https://github.com/supercrabtree/k/issues/28#issuecomment-96834162.

Alessandro-Barbieri commented 9 years ago

I aliased k as in #37 and now is reasonably fast.