7 ms·
On a similar note, does someone know of a resource which explains parallel abstractions/languages.
by fourier_mode 6y ago
On a similar note, does someone know of a resource which explains parallel abstractions/languages.
- chapium 6y agoGoetz 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.
- kgoutham93 6y agoCan you share the respiratory
- enitihas 6y agoI think by Goetz the parent meant the book by Brian Goetz -> "Java Concurrency in Practice"