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

Support for threaded decoding #11

Open
est31 opened this issue Jan 2, 2017 · 0 comments
Open

Support for threaded decoding #11

est31 opened this issue Jan 2, 2017 · 0 comments

Comments

@est31
Copy link
Member

est31 commented Jan 2, 2017

It would be great if there was a way to structure the API in a way that would allow for multiple threads to decode simultaneously. The only shared state is the previous window right, and the step its needed is at the end of the decode process. Therefore, the API can allow for a quite high degree of parallelism.

@est31 est31 added this to the 0.5 milestone Jan 2, 2017
@est31 est31 modified the milestone: 0.6 Mar 23, 2017
@est31 est31 modified the milestones: 0.7, 0.6 Jun 8, 2017
@est31 est31 removed this from the 0.8 milestone Sep 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant