jsonfield icon indicating copy to clipboard operation
jsonfield copied to clipboard

Move to simdjson praser

Open mkalioby opened this issue 5 years ago • 2 comments

Hi,

Thanks for the great library, I'm using this since 2015.

I'm suggesting to change the JSON praser to simdjson (https://github.com/simdjson/simdjson) as it is much faster (based on stats on the repo), the library has a python binding (https://github.com/TkTech/pysimdjson), so can you tell me the feasibility of doing so? and i can help of you like.

Thanks for the great library again.

mkalioby avatar Aug 14 '20 09:08 mkalioby

Hi @mkalioby. Changing the default json implementation won't happen (compatibility assurances, extra dependency), however it is worth considering making the implementation swappable.

rpkilby avatar Aug 25 '20 22:08 rpkilby

Thanks @rpkilby , how do you suggest to do that?

mkalioby avatar Aug 26 '20 05:08 mkalioby