We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87bfbc2 commit dfb910bCopy full SHA for dfb910b
README.md
@@ -43,6 +43,9 @@ pure lua: decode url system: 10.160 user: 0.060 total: 10.220 real: 10
43
encodeurl: decode url system: 0.260 user: 0.040 total: 0.300 real: 0.375
44
```
45
46
+- urlencode's encoding is about **64 times faster** than pure lua implementation
47
+- urlencode's decoding is about **39 times faster** than pure lua implementation
48
+
49
Original code
50
--
51
0 commit comments