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

Add functions to (de)compress data blocks in one go #221

Open
rhpvorderman opened this issue Jan 10, 2025 · 0 comments
Open

Add functions to (de)compress data blocks in one go #221

rhpvorderman opened this issue Jan 10, 2025 · 0 comments

Comments

@rhpvorderman
Copy link
Collaborator

These functions would

  • Be as simple as possible
  • Create a buffer with pre-determined size given by the user.
  • Return OverflowError when the buffer is full.
  • Escape the GIL as much as possible.
  • Use isal_stateless functions.

The functions can be used by downstream applications for bgzip (de)compression in a threaded manner. See #219 .

This can be implemented in igzip_lib and use the igzip function names.

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