esprehn / chromium-codereview

A chrome extension that changes the frontend to Rietveld for Chromium
Other
35 stars 11 forks source link

Sugar startsWith/endsWIth uses a regex which is very slow #86

Closed esprehn closed 10 years ago

esprehn commented 10 years ago

"foo".startsWith("f") will compile and execute a regex.

esprehn commented 10 years ago

This was fixed in https://github.com/andrewplummer/Sugar/commit/b75aa1230e0f169b8d9701921702a0de21b269ad

esprehn commented 10 years ago

Fixed by https://github.com/esprehn/chromium-codereview/commit/f24744f62441e501d880ddad103cc1c756e768a5