From 9f5c7a246b786e350671551cafae0f9678d83648 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 20 Sep 2011 18:57:05 -0400 Subject: 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. --- doc/git-annex.mdwn | 5 ----- 1 file changed, 5 deletions(-) (limited to 'doc/git-annex.mdwn') 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, -- cgit v1.2.3