Skip to content

Commit 7005410

Browse files
author
Anil Maurya
committed
Merge branch 'master' of github.com:anilmaurya/fast_jsonparser
2 parents 12e7873 + 6e31177 commit 7005410

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
Ruby wrapper for [simdjson](https://simdjson.org) (Parsing gigabytes of JSON per second)
66

7+
The simdjson library uses commonly available SIMD instructions and microparallel algorithms to parse JSON 2.5 times faster than anything else out there.
8+
79
Initial code imported from [simdjson_ruby](https://github.com/saka1/simdjson_ruby)
810

911
Comparison with [Oj](https://github.com/ohler55/oj) gem & JSON.parse

0 commit comments

Comments
 (0)