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

Stream bindings are slow and broken #240

Open
jonathanunderwood opened this issue Feb 17, 2022 · 0 comments
Open

Stream bindings are slow and broken #240

jonathanunderwood opened this issue Feb 17, 2022 · 0 comments
Labels
help wanted stream Related to stream compression bindings

Comments

@jonathanunderwood
Copy link
Member

jonathanunderwood commented Feb 17, 2022

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
@jonathanunderwood jonathanunderwood added help wanted stream Related to stream compression bindings labels Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted stream Related to stream compression bindings
Projects
None yet
Development

No branches or pull requests

1 participant