Split from: Efficient use of purrr for multiple pairwise calculations in dataframe
I am also curious about this. Does a mutate-map workflow cause serious memory allocation issues? Right now I have dataframes nested in data frames nested in dataframes and seeing a big disconnect between the mem_used and the memory attributed to my rstudio session after i delete intermediary variables, gc() doesn’t help.