mirror of
https://github.com/gbevin/urlencoder.git
synced 2025-04-24 23:07:12 -07:00
Minor cleanup
This commit is contained in:
parent
9c3e68bb44
commit
f84caca6b2
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ that has the potential to be misunderstood.
|
|||
This class encodes with rules that will be decoded correctly in either case.
|
||||
|
||||
Additionally, this library allocates no memory when encoding isn't needed and
|
||||
does the work in a single pass without multiple loops, both of these
|
||||
does the work in a single pass without multiple loops. Both of these
|
||||
optimizations have a significantly beneficial impact on performance of encoding
|
||||
compared to other solutions like the standard URLEncoder in the JDK.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue