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

Unified Diff: pkg/path/CHANGELOG.md

Issue 309803003: Avoid using RegExps in path to work around issue 19090. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/path/lib/src/characters.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/path/CHANGELOG.md
diff --git a/pkg/path/CHANGELOG.md b/pkg/path/CHANGELOG.md
index 9a6eccfce68a26f13fbfe5c4f886e2c8615812b2..f1d24858727ac0170fbd50633a4c0c70d94b37a9 100644
--- a/pkg/path/CHANGELOG.md
+++ b/pkg/path/CHANGELOG.md
@@ -3,6 +3,9 @@
* Many members on `Style` that provided access to patterns and functions used
internally for parsing paths have been deprecated.
+* Manually parse paths (rather than using RegExps to do so) for better
+ performance.
+
# 1.2.0
* Added `path.prettyUri`, which produces a human-readable representation of a
« no previous file with comments | « no previous file | pkg/path/lib/src/characters.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698