We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c41a75 commit 9a62018Copy full SHA for 9a62018
Benchmark.md
@@ -1,4 +1,6 @@
1
-## Benchmark
+# Benchmark
2
+
3
+## Encode
4
5
#### Orginal PHP function `json_encode()`
6
@@ -15,6 +17,7 @@ Average Time : 0.008204937 ÷ 4 = 0.002051234
15
17
[View Full Source Code](https://github.com/BaseMax/JsonParser/blob/master/Performance-php.php)
16
18
19
#### Own function `$json->encode()`
20
21
```
22
1th Time : 0.17581701278687 elapsed
23
2th Time : 0.17606496810913 elapsed
@@ -26,3 +29,12 @@ Average Time : 0.704668045 ÷ 4 = 0.176167011
26
29
27
30
28
31
[View Full Source Code](https://github.com/BaseMax/JsonParser/blob/master/Performance-own.php)
32
33
+---------
34
35
+## Decode
36
37
+#### Orginal PHP function `json_decode()`
38
39
+#### Own function `$json->decode()`
40
0 commit comments