Mercurial > hg4j
log src/org/tmatesoft/hg/internal/RevlogStream.java @ 279:23e3ea855097
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 18:06:44 +0200 | Artem Tikhomirov | RevlogStream - reduce number of object instances, reuse when possible |
Tue, 16 Aug 2011 22:08:15 +0200 | Artem Tikhomirov | Reduce number of objects instantiated on revlog read |
Thu, 23 Jun 2011 16:58:38 +0200 | Artem Tikhomirov | External cache Nodeid<->int added, Revlog.RevisionMap |
Thu, 23 Jun 2011 15:19:07 +0200 | Artem Tikhomirov | Improved reading of sparse revisions from a revlog |
Mon, 23 May 2011 04:42:12 +0200 | Artem Tikhomirov | HgBadStateException (IOException from FileAccess) on isCopy for empty data file |
Tue, 17 May 2011 03:40:52 +0200 | Artem Tikhomirov | Experimental support to mix-in start and end events for inspectors. Additionally, Lifecycle may serve as iteration control |