Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor tracking of open objects #96

Closed
jhendersonHDF opened this issue Nov 9, 2023 · 1 comment
Closed

Refactor tracking of open objects #96

jhendersonHDF opened this issue Nov 9, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@jhendersonHDF
Copy link
Collaborator

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.

@mattjala
Copy link
Collaborator

Resolved in #102

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants