eddelbuettel / rcppsimdjson

Rcpp Bindings for the 'simdjson' Header Library
116 stars 13 forks source link

reuse parser for multiple raw vectors #39

Closed knapply closed 4 years ago

knapply commented 4 years ago

Small refinement.

I forgot to actually reuse the parser when passing a list containing multiple raw vectors to fparse().

There's no change in user-facing behavior besides speed.