You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
5
5
Ruby wrapper for [simdjson](https://simdjson.org) (Parsing gigabytes of JSON per second)
6
6
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
+
7
9
Initial code imported from [simdjson_ruby](https://github.com/saka1/simdjson_ruby)
8
10
9
11
Comparison with [Oj](https://github.com/ohler55/oj) gem & JSON.parse
0 commit comments