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 201b42a commit 7b97342Copy full SHA for 7b97342
README.md
@@ -0,0 +1,13 @@
1
+# php-rapidjson
2
+PHP Extension of rapidjson
3
+
4
+#Result of benchmark(gcc -O3) [Script](https://github.com/RustJason/php-rapidjson/blob/master/rapidjson.php):
5
+```bash
6
+json.len = 253438
7
+Rapidjson.time: 1.4133679866791
8
+Rapidjson.mem: 96
9
+json_decode.time: 9.0703821182251
10
+json_decode.mem: 1530672
11
+```
12
13
0 commit comments