Why is the object instance stored in hash for easy release?

Why is the object instance stored in hash for easy release?
Environment language: JavaScript

Mar.31,2021

think about how to release it quickly. In fact, the essence is to be able to quickly locate the address of this instance in memory!
hash storage is to calculate a unique memory address according to the target characteristics according to certain rules, and store the target in this address.
the next time you delete, you only need to use the same algorithm to get the memory address according to the characteristics of the object, locate and release it.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3ac74-2b9ba.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3ac74-2b9ba.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?