-
Notifications
You must be signed in to change notification settings - Fork 339
Open
Description
Currently there are over 70,000+ files in this repository and every week we're adding 100s of files (every week a directory is created for every user and the previous "README" is copied).
I started participating with challenge-076. According to my records I've submitted solutions for 25 challenges, so there are ~100 useless directories with my name and a README file. With around 300 users, I believe this adds up.
My primary machine is not very fast and it takes 70 seconds to run git status.
andinus@ ~//perlweeklychallenge-club > time git status
On branch master
Your branch is up to date with 'origin/master'.
It took 54.97 seconds to enumerate untracked files. 'status -uno'
may speed it up, but you have to be careful not to forget to add
new files yourself (see 'git help status').
nothing to commit, working tree clean
________________________________________________________
Executed in 71.65 secs
andinus@ ~//perlweeklychallenge-club > time git status -uno
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit (use -u to show untracked files)
________________________________________________________
Executed in 16.89 secs
Metadata
Metadata
Assignees
Labels
No labels