I tried to speed up some toy examples code using jsr166y. I have not been able to reach any success, whatever the class/methods I used. I even tried the code featured in the IBM developer works paper without any success.
Do you have some positive experience with this new framework ? Are there some better implementations ?
Edit: I runned it in a quad-core machine. I have very good speed-up with the classical ExecutorService + Callable jsr166 API.