I am writing a script that utilizes hash tables. I was wondering if leaving a hash table open without using it is using system resources. Would it be best to just have my script close an unused hash table and recreate it when it needs to use one?