mgirlich / jsonparse

What the Package Does (One Line, Title Case)
Other
0 stars 0 forks source link

Goals of `jsonparse` #1

Open mgirlich opened 2 years ago

mgirlich commented 2 years ago
krlmlr commented 2 years ago

Would RcppSimdJson be faster than jsonlite already, perhaps fast enough for most use cases (even if we don't support parsing only subsets)? Could we achieve laziness (and speedup for partial parsing) with ALTREP?

https://cran.r-project.org/web/packages/RcppSimdJson/index.html

mgirlich commented 2 years ago

I know about RcppSimdJson and thought resp. think about contributing to it. At least for now I wanted to create a new package because:

I am currently finishing my work on a first prototype. Would you be interested (and have time) to contribute a little to this project?

krlmlr commented 2 years ago

Thanks. I'm happy to take a look, I can't commit substantial time to that project though.

On the other hand, I wonder what it takes to bring a green "stable" badge to tibblify. I wonder if e.g. we could reuse the existing tests and infrastructure in tibblify to avoid reinventing substantial parts of the wheel in the new project.