Files
atom/native/v8_extensions
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-20 16:24:20 -07:00
2012-08-30 09:07:39 -07:00
2012-09-20 16:24:10 -07:00
2012-09-20 16:24:20 -07:00
2012-09-20 16:24:20 -07:00