[r-t] Exhausted search spaces

Ian Broster ian at broster.co.uk
Thu Feb 4 23:16:51 UTC 2010


> That sounds very respectable. You are writing the compositions to disk,  
> aren't you?

Thanks :) Yes, writing to disk as text. I'm wishing I'd piped through gzip  
though, it's going to hit some limit somewhere I suspect.

> SMC32 tries to make use of all the execution units within a single core,  
> but is not otherwise multi-threaded. On my current box, I could  
> quadruple the throughput with a concurrent algorithm. It's on the to-do  
> list.

Yes, I thought a bit about that, but didn't have time.  I've not really  
had much experience of parallel processing.

There are lots of possible ways to go parallel, what did you use to break  
it up?  A simple way would be to just fork off n branches near the root,  
but then when one finishes, it's not clear how to get the next bit of work.

i.

-- 
Ian Broster




More information about the ringing-theory mailing list