wanglingsong / JsonSurfer

A streaming JsonPath processor in Java
MIT License
294 stars 55 forks source link

Add benchmarks using streaming parser #68

Open skjolber opened 3 years ago

skjolber commented 3 years ago

I would prefer comparing the performance to the streaming apis of the competing parsers (i.e. jacksons and so), instead of first mapping to objects. At least for the simpler benchmarks, this would be more fair.

wanglingsong commented 3 years ago

JsonSurfer is built upon those streaming api, not really competing with them

raipc commented 2 years ago

I concur @skjolber. Such benchmarks would illustrate the costs of JsonPath filtering