require(data.table)
fread("~/Downloads/tmp.csv")
# Read 1000000 rows x 8 columns from 0.115GB file in 00:14.670 wall clock time (can be slowed down by any other open apps even if seemingly idle)## data.table is printed
setDTthreads(1L)
fread("~/Downloads/tmp.csv")
# No status / progress message## data.table is printed
The text was updated successfully, but these errors were encountered:
Using the code here to generate
tmp.csv
,The text was updated successfully, but these errors were encountered: