animint2 icon indicating copy to clipboard operation
animint2 copied to clipboard

improve compiler memory efficiency

Open tdhock opened this issue 5 months ago • 0 comments

for example this viz https://github.com/tdhock/2024-08-ift603-712/blob/main/cv-noise-samples.R takes more than 2GB in compiler. print statements in this branch reveal that the memory increases somewhere in parsePlot (in memory limited environment, we never get to the next print before export).

tdhock avatar Sep 16 '24 10:09 tdhock