I wrote a Python program to spawn multip …
I wrote a Python program to spawn multiple copies of non-thread-aware console applications. It’s not perfect, but almost halves the amount of time to convert 200MB of .wav to .flac.
I wrote a Python program to spawn multiple copies of non-thread-aware console applications. It’s not perfect, but almost halves the amount of time to convert 200MB of .wav to .flac.
Justin 7:03 pm on March 4, 2008 Permalink
Do you mean non-multi-core-optimized applications? Would it be more accurate to say “200MB of .wavS to .flacS”?
Adam 10:18 pm on March 4, 2008 Permalink
Maybe x 2! Yes, there were 12 .wav files. I ended up rewriting the code to split the work, dividing it up by file size as evenly as I could.