Skip to content

Commit dfb910b

Browse files
committed
📝 doc
1 parent 87bfbc2 commit dfb910b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ pure lua: decode url system: 10.160 user: 0.060 total: 10.220 real: 10
4343
encodeurl: decode url system: 0.260 user: 0.040 total: 0.300 real: 0.375
4444
```
4545

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+
4649
Original code
4750
--
4851

0 commit comments

Comments
 (0)