commit | 85be2e0a9773acec3c6d14c345b1fd94ab3aa5c3 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed Jul 24 19:04:57 2013 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Mon Aug 19 14:16:06 2013 -0400 |
tree | e67c39e012d2398f5de22f32d71b5ffe1127ab1a | |
parent | 26549ce2981aae3bd1bd6186249635840a149276 [diff] |
Change duplicate-name resolution from n^2 to linear time For a font with thousands of glyphs with the same name (like ipagp.ttf) this was taking 9 seconds to complete. Less than a millisecond now!