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

Issue 6440001: decodeURI and decodeURIComponent speedup (Closed)

Created:
9 years, 10 months ago by homm86
Modified:
9 years, 7 months ago
Visibility:
Public.

Description

Speedup decodeURI/decodeURIComponent by switching from charAt(i) to charCodeAt(i) in Decode. Original patch by Alexander Karpinsky. Committed: http://code.google.com/p/v8/source/detail?r=6676

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -20 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M src/uri.js View 5 chunks +8 lines, -20 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
homm86
9 years, 10 months ago (2011-02-08 07:20:38 UTC) #1
I fix names.

Powered by Google App Engine
This is Rietveld 408576698