|
|
|
|
|
by justinsb
4516 days ago
|
|
I looked and your wrapper did look similar (and not obviously incorrect), but if you plan on publishing this benchmark, I would suggest including a comparison against raw Java code, for credibility's sake. I guess I'm really wondering: let's say Java 9 mutexes use Linux 4's user-mode threading syscall; in that case do we need Quasar's scheduler, channels, actors etc. Or can we just use "good-old" threads and mutexes? Where would Quasar's benefits come from? It sounds to me like the subtext to Google's patches is that rather than accepting the conventional wisdom that "threads don't scale", they've instead just fixed threads. |
|