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

Draft: Add ZSTD operator with threading support #4472

Closed

Conversation

vicentebolea
Copy link
Collaborator

This commit adds a new operator for ADIOS2 that uses the ZSTD compression library.

Features:

  • Support for different compression levels (1-22)
  • Multithreaded compression via nThreads parameter
  • Added FindZSTD.cmake for CMake integration
  • Added necessary CMake infrastructure

The operator can be configured with parameters:

  • compressionLevel: 1 (fast) to 22 (high compression)
  • nThreads: Number of threads for compression (default: 1)

@vicentebolea vicentebolea force-pushed the feature/zstd-operator branch 3 times, most recently from 9dbda7d to fd7e3c8 Compare March 11, 2025 02:02
This commit adds a new operator for ADIOS2 that uses the ZSTD compression library.

Features:
- Support for different compression levels (1-22)
- Multithreaded compression via nThreads parameter
- Added FindZSTD.cmake for CMake integration
- Added necessary CMake infrastructure

The operator can be configured with parameters:
- compressionLevel: 1 (fast) to 22 (high compression)
- nThreads: Number of threads for compression (default: 1)
@vicentebolea vicentebolea force-pushed the feature/zstd-operator branch from fd7e3c8 to 8cc5839 Compare March 12, 2025 22:45
@vicentebolea vicentebolea changed the title Add ZSTD operator with threading support Draft: Add ZSTD operator with threading support Mar 12, 2025
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