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

Hash table replacement for skip lists in ID code #600

Merged
merged 26 commits into from
May 4, 2021

Conversation

derobins
Copy link
Member

No description provided.

github-actions bot and others added 25 commits March 19, 2021 17:04
* Can be switched between skip list and hash table implementation
  with H5_USE_ID_HASH_TABLE #define
* Not yet updated to use iterate-safe delete
*/
HDfprintf(stderr, " (HASH TABLE)\n");
HASH_ITER(hh, type_info->hash_table, item, tmp)
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sure you add that to clang-format as an iterator, that will fix the { }

src/H5Iint.c Show resolved Hide resolved
@lrknox lrknox merged commit dbe7204 into HDFGroup:develop May 4, 2021
@derobins derobins deleted the major/hash_table_ids_new branch July 28, 2021 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants