You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than inserting an object's pointer value into a hash table for its particular type ID, we should instead hash the object's URI value and insert that value into the type ID's hash table instead. That way, when we need to check if an object is already opened, we can perform a single hash table lookup rather than needing to iterate through the hash table.
The text was updated successfully, but these errors were encountered:
Rather than inserting an object's pointer value into a hash table for its particular type ID, we should instead hash the object's URI value and insert that value into the type ID's hash table instead. That way, when we need to check if an object is already opened, we can perform a single hash table lookup rather than needing to iterate through the hash table.
The text was updated successfully, but these errors were encountered: