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

Support H5Iget name #41

Merged
merged 10 commits into from
Aug 4, 2023
Merged

Support H5Iget name #41

merged 10 commits into from
Aug 4, 2023

Conversation

mattjala
Copy link
Collaborator

Associating a path/name with each open object goes against the spirit
of the API, but the alternative is traversing every link in the
domain, which is already slow in the library and would be
slower here.

Assocating a path/name with each open object goes against the spirit
of the API, but the alternative is traversing every link in the
domain, which is already slow in the library and would be
slower here.
@mattjala mattjala added the enhancement New feature or request label Jul 12, 2023
src/rest_vol.c Outdated Show resolved Hide resolved
src/rest_vol.c Outdated Show resolved Hide resolved
src/rest_vol_object.c Outdated Show resolved Hide resolved
@jhendersonHDF jhendersonHDF merged commit 875b8ce into HDFGroup:master Aug 4, 2023
@mattjala mattjala deleted the H5Iget_name branch August 7, 2023 15:44
mattjala added a commit to mattjala/vol-rest that referenced this pull request Sep 5, 2023
* Implement H5Iget_name

Assocating a path/name with each open object goes against the spirit
of the API, but the alternative is traversing every link in the
domain, which is already slow in the library and would be
slower here.
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

Successfully merging this pull request may close these issues.

2 participants