-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Dear Rcppsimdjson Team
First, Thanks a ton for this amazing work, well done! I have been waiting for this package for months, and I am so happy it is finally working. I have been begrudgingly 😄 using pysimdjson and waiting for the R port, thanks for making this happen. I am biomedical data scientist and R package developer and educator. I tested your package in the Covid-19 data (tons of json files) and it works perfectly and insanely fast (I could parse out paper abstracts in the speed of ~2750 files per second) on my laptop, I am putting a blog post about this in the near future. However, when parsing json directly from url, the Rcppsimd fload is slightly slower than {jsonlite) fromJson, even for large json results. I wonder if there is a plan to accelerate this functionality, it would be another killer feature. Note that I am already satisfied by the fact that we can finally just get our desired data from url data using the query parameter in fload.
Best regards
Mohammed O.E Abdallah