r-lib / vctrs

Generic programming with typed R vectors
https://vctrs.r-lib.org
Other
284 stars 66 forks source link

Combine data frames in parallel in `vec_c()` and `vec_rbind()` #1098

Open lionel- opened 4 years ago

lionel- commented 4 years ago

Should make a big improvement when recombining data frames with vec_unchop().

Technical challenge: Figure out recursive proxying and restoration. Will require keeping a tree of restoration targets. Also need to think through interaction with method composition of proxy and restore.

lionel- commented 4 years ago

According to benchmarks from @romainfrancois the combination step isn't the main bottleneck.