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

Run search in parallel #1

Open
andrusha opened this issue Aug 17, 2012 · 1 comment
Open

Run search in parallel #1

andrusha opened this issue Aug 17, 2012 · 1 comment

Comments

@andrusha
Copy link

On SSD random-reads are cheap and running threaded search probably would result in better performance. Also it's a great exercise to do in Go anyway.

@xarg
Copy link
Owner

xarg commented Aug 17, 2012

I thought of it myself, but it didn't make sense for my disc and I don't have an SSD to test this on. Fortunately it's not complicated to add more parallelism to this. I'll check this out.

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

2 participants