JuliaStats / RDatasets.jl

Julia package for loading many of the data sets available in R
GNU General Public License v3.0
160 stars 56 forks source link

Compress data and uncompress during call to data() #7

Closed johnmyleswhite closed 10 years ago

johnmyleswhite commented 11 years ago

We should store all data in a compressed format and only uncompress when the data is loaded into memory.

garborg commented 10 years ago

Can be closed, I think.