Skip to content

Think about write_csv again #387

Closed
Closed

Description

Performance for this is pretty embarrassing:

df <- as.data.frame(matrix(runif(256*65536), nrow = 256))

system.time(readr::write_csv(df, "df.csv"))

e.g. http://stackoverflow.com/questions/10505605/speeding-up-the-performance-of-write-table/36484339#36484339

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

featurea feature request or enhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions