Files
atom/native
Nathan Sobo d37a0dd916 Cache repeated regexp matches against the same string for another 5-10% boost
This is tricky… basically when the scanner is matching across the same string repeatedly, it can recycle previous results if the following conditions are true:

- The string is the same
- We're matching at a position >= the last position
- The result for the regex is a failure or starts >= the current start position
2012-09-27 15:53:02 -06:00
..
2012-09-25 12:03:26 -06:00
2012-08-30 09:11:01 -07:00
2012-08-28 11:58:24 -05:00
2012-08-27 13:21:59 -07:00
2012-08-27 13:21:59 -07:00
2012-08-30 09:07:39 -07:00
2012-08-30 09:11:01 -07:00
2012-08-28 11:58:24 -05:00
2012-08-27 13:21:59 -07:00
2012-08-30 09:07:39 -07:00