README.md in fast_jsonparser-0.1.2 vs README.md in fast_jsonparser-0.2.0
- old
+ new
@@ -2,9 +2,11 @@
## Fastest Json parser for Ruby
Ruby wrapper for [simdjson](https://simdjson.org) (Parsing gigabytes of JSON per second)
+The simdjson library uses commonly available SIMD instructions and microparallel algorithms to parse JSON 2.5 times faster than anything else out there.
+
Initial code imported from [simdjson_ruby](https://github.com/saka1/simdjson_ruby)
Comparison with [Oj](https://github.com/ohler55/oj) gem & JSON.parse
1. Parsing JSON from file