Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

obj_sizes gives NA for objects larger than 2^31 bytes #45

Closed
thornend opened this issue Feb 11, 2020 · 0 comments
Closed

obj_sizes gives NA for objects larger than 2^31 bytes #45

thornend opened this issue Feb 11, 2020 · 0 comments

Comments

@thornend
Copy link

library(lobstr)
n <- 1.343E8
largeframe <- data.frame(runif(n), 
                         sample(LETTERS, n, T), 
                         sample(letters, n, T))
largecopy <- largeframe
obj_size(largeframe, largecopy)
obj_sizes(largeframe, largecopy)
hadley added a commit that referenced this issue Dec 4, 2020
@hadley hadley closed this as completed in e6c67b6 Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant