Skip to content

Instantly share code, notes, and snippets.

@JarkoDubbeldam
Created March 19, 2018 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JarkoDubbeldam/78fdd854fbb0cdb8b7e1893dc70da4ea to your computer and use it in GitHub Desktop.
Save JarkoDubbeldam/78fdd854fbb0cdb8b7e1893dc70da4ea to your computer and use it in GitHub Desktop.
Comparison of data.table::fread with and without file:///
With a dataset of 16,592,802 rows (0.683GB):
Unit: seconds
expr min lq mean median uq max neval
fread("file") 14.51960 14.68574 18.82770 18.23437 22.39358 24.57221 10
fread("file:///file") 15.98431 16.19990 19.78759 17.80094 20.29927 36.96590 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment