Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(266)

Issue 13614: Improve speed of String.replace by around 33% by not constructing... (Closed)

Created:
12 years ago by Erik Corry
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Improve speed of String.replace by around 33% by not constructing sliced strings for the interstices of the matches. This can be speeded up further. Committed: http://code.google.com/p/v8/source/detail?r=931

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -17 lines) Patch
M src/string.js View 6 chunks +41 lines, -17 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
12 years ago (2008-12-08 09:10:15 UTC) #1
Christian Plesner Hansen
12 years ago (2008-12-08 09:16:22 UTC) #2
Lgtm

Powered by Google App Engine
This is Rietveld 408576698