Skip to content

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

Open
@rhpvorderman

Description

@rhpvorderman

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions