Closed
Description
openedon Apr 7, 2016
Performance for this is pretty embarrassing:
df <- as.data.frame(matrix(runif(256*65536), nrow = 256))
system.time(readr::write_csv(df, "df.csv"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment