This is based on Jackson stream parsing, so by definition, it can't be faster than Jackson. :)
The two are not really comparable since you get different results (JSONObjects are not strongly typed). You will easily be able to find workloads where one is better than the other, but in the average case,…
Please see the comment here https://news.ycombinator.com/item?id=8298557
Hi! I'm one of the authors of this library. The code this library emits is very similar to the json/jackson/manual serializer/deserializer in https://github.com/eishay/jvm-serializers/wiki. Conveniently, GSON is…
This is based on Jackson stream parsing, so by definition, it can't be faster than Jackson. :)
The two are not really comparable since you get different results (JSONObjects are not strongly typed). You will easily be able to find workloads where one is better than the other, but in the average case,…
Please see the comment here https://news.ycombinator.com/item?id=8298557
Hi! I'm one of the authors of this library. The code this library emits is very similar to the json/jackson/manual serializer/deserializer in https://github.com/eishay/jvm-serializers/wiki. Conveniently, GSON is…