lbfm-rwth / GaussParallel

https://lbfm-rwth.github.io/GaussParallel/
GNU General Public License v2.0
2 stars 5 forks source link

Idea how to use less memory #278

Open ssiccha opened 3 years ago

ssiccha commented 3 years ago

When the last Task has "consumed" its input, then it should overwrite the pointer to it. That way the garbage collector knows that it its not needed anymore and can remove it.

This is just an idea. I'm putting this here so that we don't forget about it. We don't need to do this for v1.0.