Skip to content

EOS data loading refactor - #1046

Draft
VincentVanlaer wants to merge 3 commits into
mainfrom
eos-refactor
Draft

EOS data loading refactor#1046
VincentVanlaer wants to merge 3 commits into
mainfrom
eos-refactor

Conversation

@VincentVanlaer

Copy link
Copy Markdown
Member

To run the changes in this PR you will need additional hdf5 filters (specifically the blosc2 library plugin). I have not tested installing the library on its own, but there is a python package that ships a bunch of HDF5 filters including blosc2 which can be used by other programs as well. See https://hdf5plugin.readthedocs.io/en/stable/usage.html#use-hdf5-filters-in-other-applications for instructions.

The table is compressed using the blosc2 filter with LZ4 at the lowest
compression level. zstd at highest compression level can shave of ~20MB
more, but increases the table loading times.

Compression example command:

h5repack -i helm-table.hdf5 -o helm-table-compressed.hdf5 -f UD=32026,0,7,0,0,0,0,1,1,1 -v
@Debraheem
Debraheem requested a review from rhdtownsend August 21, 2026 00:20
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.

1 participant