Skip to content

Commit 7b97342

Browse files
Jason YoungJason Young
authored andcommitted
Add README
Add benchmark result
1 parent 201b42a commit 7b97342

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)