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

Compression feature #126

Open
wants to merge 63 commits into
base: master
Choose a base branch
from
Open

Compression feature #126

wants to merge 63 commits into from

Conversation

skyFzz
Copy link

@skyFzz skyFzz commented Aug 6, 2024

  • Defined and initialized new data structures to store the filter name from JSON input
  • Add steps to parse the new DS to be used in the write kernel
  • Add functions to apply built-in compression filters on datasets in the write kernel: GZIP, SZIP, N-BIT
  • Add functions to apply external compression filters on datasets in the write kernel: SZ3, ZFP
  • Add steps to output filter configuration setting, calculated total data size after compression, and compression ratio in the write kernel and corresponding csv file
  • Add functions to retrieve filter information and output it in the read kernel and corresponding csv file

@jeanbez jeanbez self-requested a review August 6, 2024 20:04
@jeanbez jeanbez added documentation Improvements or additions to documentation enhancement New feature or request tests Test related issues or improvements new benchmark New benchmark or kernel labels Aug 6, 2024
@jeanbez jeanbez self-assigned this Aug 23, 2024
h5bench_patterns/h5bench_write.c Outdated Show resolved Hide resolved
configuration-h5bench.log Outdated Show resolved Hide resolved
@jeanbez jeanbez requested a review from sbyna August 23, 2024 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request new benchmark New benchmark or kernel tests Test related issues or improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants