summaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-09-20 18:57:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-09-20 18:57:05 -0400
commit9f5c7a246b786e350671551cafae0f9678d83648 (patch)
tree1ed7e550c7a0fce4a2bb1da456d66a44df788cb8 /doc/git-annex.mdwn
parentcabbefd9d2d16b52b28f69a8410a9eb84e506666 (diff)
status: Massively sped up; remove --fast mode.
Using Sets is the right thing; they have constant size lookup like my SizeList, and logn insertation, which beats nub to death. Runs faster than --fast mode did before, and gives accurate counts. 13 seconds total runtime with a warm cache in a repository with 40 thousand keys.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 26cfb2c61..59da9dd8c 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -238,11 +238,6 @@ subdirectories).
Displays some statistics and other information, including how much data
is in the annex.
- Some of the statistics can take a while to generate, and those
- come last. You can ctrl-c this command once it's displayed the
- information you wanted to see. Or, use --fast to produce statistics
- more quickly, but possibly less accurately.
-
* map
Helps you keep track of your repositories, and the connections between them,