8000 Stream bindings are slow and broken · Issue #240 · python-lz4/python-lz4 · GitHub
[go: up one dir, main page]

Skip to content
Stream bindings are slow and broken #240
Open
@jonathanunderwood

Description

@jonathanunderwood

The streaming bindings are currently flagged as experimental and are not built by default. The problems with these bindings include:

Overall the design of these bindings and their test suite needs revisiting. An approach to consider:

  • Provide bindings in the extension module for the API bindings, but not the double buffer and ring buffer implementations
  • Implement double buffer and ring buffer functionality at the Python layer
  • Drastically reduce the set of test cases

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedstreamRelated to stream compression bindings

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0