Mercurial > hg4j
log src/org/tmatesoft/hg/repo/HgManifest.java @ 265:3dd953c65619
age | author | description |
---|---|---|
Fri, 19 Aug 2011 03:36:25 +0200 | Artem Tikhomirov | Optimize memory usage (reduce number of objects instantiated) when pooling file names and nodeids during manifest parsing |
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 |
Tue, 16 Aug 2011 22:07:16 +0200 | Artem Tikhomirov | Handle revision constants correctly |
Tue, 16 Aug 2011 04:03:29 +0200 | Artem Tikhomirov | Collect tags for a file - improve performance of 'sparse' manifest reads |
Thu, 02 Jun 2011 05:13:39 +0200 | Artem Tikhomirov | Allow to cat a file with changeset revision |
Thu, 19 May 2011 05:02:07 +0200 | Artem Tikhomirov | Due to discrepancy in manifest and changelor indexes, wrong manifest revisions got cached and compared |