Commit 140226a
authored
Improve performance of encoding Uris (#660)
* Improved performance of UriParser.normalisePath
* Improved performance of UriParser.extractScheme
* Improved performance of UriParser.encode
* Improved performance of UriParser.encode
Make tests compile and uncommented optimisation
* Fix CRLF to LF1 parent d3970c6 commit 140226a
File tree
2 files changed
+10
-0
lines changed- commons-vfs2/src
- main/java/org/apache/commons/vfs2/provider
- test/java/org/apache/commons/vfs2/provider
2 files changed
+10
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
220 | 223 | | |
221 | 224 | | |
222 | 225 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
39 | 46 | | |
0 commit comments