fnd icon indicating copy to clipboard operation
fnd copied to clipboard

Run search in parallel

Open andrusha opened this issue 12 years ago • 1 comments

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.

andrusha avatar Aug 17 '12 14:08 andrusha

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.

xarg avatar Aug 17 '12 16:08 xarg