You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Yes, you can do that - but it won't save you a great deal of memory (only a few variables)...

    While the TRILED object reference will be deleted, the object itself will still hang around because it's used by L1,L2,etc.

    You can check how much memory you are using before and after the delete using process.memory().usage

About

Avatar for Gordon @Gordon started