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

Reading bottleneck #10

Open
ghost opened this issue May 3, 2016 · 1 comment
Open

Reading bottleneck #10

ghost opened this issue May 3, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented May 3, 2016

During testing it was discovered that the way retriever_thread's feed bits to bin_to_file causes bottleneck. This bottleneck gets worse with bigger number of threads.

Potential cause is the loop in which each thread waits until bit with his index is needed.

@ghost
Copy link
Author

ghost commented May 3, 2016

Ideal number of threads seems to be 5 for now.

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

0 participants