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

Don't represent generic HDF5 Groups as NamedTuples for H5DataStore #46

Open
oschulz opened this issue Aug 9, 2024 · 0 comments
Open

Comments

@oschulz
Copy link
Contributor

oschulz commented Aug 9, 2024

Change default_datatype(df::HDF5.H5DataStore) to a new lazy wrapper type LH5OrderedDict <: AbstractDict{String,Any} or so.

Representing HDF5 groups without a "datatype" attribute as NamedTuples is often not the right thing to do semantically. It also places a high load on the compiler and results in a deep recursive metadata read.

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

No branches or pull requests

1 participant