Why are they all single core? Why are they all in Japanese? Is it really hard to write multi-threaded apps?
Name:
Anonymous2009-04-06 11:39
>>26
Threading has the advantage that you don't end up trying the same combination multiple times, and if you precalculate the salt tables, you can save time and memory because it can then be shared among all threads.
Also, multiple threads and multiple processes are not mutually exclusive options.