Don't store lists you no longer need

I am using dynamo to process some data filtered by imput revit.
I realize that since the lists are too large, the robot starts writing several files to the hard drive and the process becomes very slow.
How can I make dynamo delete the lists it has already processed and keep space for the new ones?

Hi @davidchivi,

I have no idea what you are talking about, could you share some screenshots?

My guess is you’re using dynamo for some sort of processing but it’s not very fast?

Why would you need to delete the lists? If you’re doing generative design you can use the Data.Remember node…

What do you think it’s writing to the hard drive and why?

Otherwise if it’s pure processing power you want maybe write it in another language?