Mercurial > hg4j
log src/org/tmatesoft/hg/internal/Pool.java @ 443:072b5f3ed0c8
age | author | description |
---|---|---|
Thu, 29 Mar 2012 20:54:04 +0200 | Artem Tikhomirov | FIXMEs: awkward API refactored, what need to be internal got hidden; public aspects got captured in slim interfaces |
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 |
Mon, 18 Apr 2011 18:04:24 +0200 | Artem Tikhomirov | Pool objects to avoid memory polution with duplicates |
Fri, 15 Apr 2011 05:17:44 +0200 | Artem Tikhomirov | Optimization: use ParentWalker to get changeset's parents, if possible. Do not keep duplicating nodeids and strings in manifest revisions |