Skip to content

Instantly share code, notes, and snippets.

@grayskripko
Created March 17, 2017 10:02
Show Gist options
  • Save grayskripko/dcaf9bb90f24b77673055f7c81594548 to your computer and use it in GitHub Desktop.
Save grayskripko/dcaf9bb90f24b77673055f7c81594548 to your computer and use it in GitHub Desktop.
object_size(stat) * 2**30 / nrow(stat) / ncol(stat) # 8.59
2**30 / 8.59 # 125 * 1e6
nrow(X) * ncol(X) / 125 / 1e6 # 80 Gb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment