powered by
Speedups in data.frame creation.
quickdf(x)
data.frame
named list of equal length vectors
HW/LL
This is 20x faster than as.data.frame.
Idea borrowed from http://adv-r.had.co.nz/Profiling.html.