Files
atom/spec
Ben Ogle 914288ab86 Wrap each char in a span; compute left position by measuring each span.
This is is faster and simpler than the old method. Running each function
20,000 times yielded these results:

Old: 3750ms
This method: 1523ms
By looking up each char's width in a dict: 29ms
2013-10-07 10:28:08 -07:00
..
2013-09-20 14:14:17 -07:00
2013-08-19 20:13:58 -07:00
2013-09-25 15:03:50 -07:00