LutzGross / esys-escript.github.io

Other
29 stars 13 forks source link

Garbage collection in data manager #53

Open aellery opened 2 years ago

aellery commented 2 years ago

One should have the possibility manual clean up the data memory manager (remove all unused data allocation). One could also have simple automated strategy by gleaning up if XXX% of the data slots is not used. XXX = 50% maybe but can set by the user. Ths should be added to the user's guide.