log src/org/tmatesoft/hg/core/Nodeid.java @ 431:12f668401613

age author description
Wed, 21 Sep 2011 18:26:16 +0200 Artem Tikhomirov Use memory-friendly set implementation to canonicalize filenames and nodeids
Sat, 17 Sep 2011 14:00:48 +0200 Artem Tikhomirov Remarks about sorting order
Fri, 19 Aug 2011 04:59:32 +0200 Artem Tikhomirov Improve manifest parsing: reduce number of arrays instantiated for Nodeid
Thu, 18 Aug 2011 03:46:36 +0200 Artem Tikhomirov Improve manifest parsing: decode bytes to chars once, minimize arraycopy on String instantiation, keep set of file revisions from previous manifest only
Wed, 17 Aug 2011 20:30:06 +0200 Artem Tikhomirov Avoid redundant calls to library when converting a char to hex digit
Tue, 12 Jul 2011 02:48:34 +0200 Artem Tikhomirov Use updated location of cache files (cache/ folder instead of .cache filename extension). Provide means to update (write down) cache for subsequent uses
Tue, 19 Apr 2011 03:49:29 +0200 Artem Tikhomirov Investigate optimization options to allow fast processing of huge repositories. Fix defect in StatusCollector that lead to wrong result comparing first revision to empty repo (-1 to 0), due to same TIP constant value