by abadger9 on 11/22/21, 6:29 PM with 6 comments
by filereaper on 11/23/21, 6:12 AM
Cliff also has Coffee Compiler Club sessions on Fridays.
by eatonphil on 11/22/21, 7:33 PM
[0] https://www.goodreads.com/book/show/27015350-optimizing-java
by native_samples on 11/23/21, 8:56 AM
https://shipilev.net/jvm/anatomy-quarks/
BTW green threads haven't been used for decades ;)
by 62951413 on 11/23/21, 5:20 AM
"Garbage Collection: Algorithms for Automatic Dynamic Memory Management" (https://www.amazon.com/Garbage-Collection-Algorithms-Automat...) seems to cover GC algorithms up to the CMS.
"The Art of Multiprocessor Programming" (https://www.amazon.com/Art-Multiprocessor-Programming-Mauric...) is for those bored by JCiP. But it's not about threads per se. I imagine nobody cares about the original green threads and I wouldn't expect quality literature on the subject until project Loom goes to prod.
by stefanos82 on 11/22/21, 9:22 PM
https://github.com/edubart/nelua-lang/wiki/Useful-Links-for-Research
The Garbage Collection Handbook: The Art of Automatic Memory Management [1]
[1] https://www.amazon.com/dp/0367659247by pramodbiligiri on 11/26/21, 10:00 AM