Y
Hacker News
new
|
ask
|
show
|
jobs
by
fourier_mode
2265 days ago
On a similar note, does someone know of a resource which explains parallel abstractions/languages.
1 comments
chapium
2265 days ago
Goetz explains several parallel abstractions above the OS mutexes. Java also has Atomics, Streams, ForkJoin, and ThreadPool resources in their concurrency library. Probably starting to age at this point, but its a lot nicer than using locks.
link
kgoutham93
2265 days ago
Can you share the respiratory
link
enitihas
2265 days ago
I think by Goetz the parent meant the book by Brian Goetz -> "Java Concurrency in Practice"
link