mirror of
https://github.com/gbevin/urlencoder.git
synced 2025-04-25 07:17:11 -07:00
Minor cleanup
This commit is contained in:
parent
f84caca6b2
commit
5c2881c845
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ 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
|
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
|
optimizations have a significantly beneficial impact on performance of encoding
|
||||||
compared to other solutions like the standard URLEncoder in the JDK.
|
compared to other solutions like the standard `URLEncoder` in the JDK.
|
||||||
|
|
||||||
## Examples (TL;DR)
|
## Examples (TL;DR)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue