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

multithread the O in I/O #2

Open
odanoburu opened this issue May 19, 2017 · 1 comment
Open

multithread the O in I/O #2

odanoburu opened this issue May 19, 2017 · 1 comment

Comments

@odanoburu
Copy link
Collaborator

multithread the input in this library is a complex task, because we'd have only one encode_dictionary to be kept consistent across each thread. but the output is another matter: we could have each document to be written to disk as soon as it is hashed. as I/O Is our main bottleneck, this could improve performance up to a point. (but how many threads we could have until we are bounded by the machine's maximum I/O capability?)

@fccoelho
Copy link
Member

fccoelho commented May 19, 2017 via email

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

2 participants