| commit | 13293b97839b1145158efef2cb811e8d4ed4e1dc | [log] [tgz] |
|---|---|---|
| author | Joerg Kubitz <jkubitz-eclipse@gmx.de> | Mon Mar 29 06:05:27 2021 +0200 |
| committer | Alex Blewitt <alex.blewitt@gmail.com> | Mon Mar 29 12:42:38 2021 -0500 |
| tree | 59249d4eb0108462365fe42ed19f67d792c7a054 | |
| parent | 69622983bfc3180df8f4ac5dcf953a7bba147b21 [diff] |
Bug 570896: Optimize comparePathUri for normal URIs If URI is already normal u.normalize() will just return u. i.e. no memory allocation. Change-Id: I379d3b3460b3444f1a99b938c5f4c6ee433d69ea Signed-off-by: Joerg Kubitz <jkubitz-eclipse@gmx.de>