I decided to test java perfomance. Doing what? Well, why not to try mersenne factoring. OK, said - done. Do you think java mersenne factoring is 1,000 times slower then native factoring? Or even 10,000 times? Or you are supposing it's 1,000,000 times slower? No! Java works quite fast. You can [try to ;-(] find my applet via http://www2.crosswinds.net/russia/~aga/jFactor.html and figure out yourself if java fast or slow - doing REAL work. Don't forget to turn JIT on before running my applet ;-) P.S. After some improvements I think that applet could be nice way to introduce how distributed tasks works. Walking to a friend you don't need to prepare last version of some program on diskette, then spend time configuring it. Just open corresponding www page with my applet. That's all demo you need to explain your friend why he should join the search ;-)
