Want to create an interactive transcript for this episode?
Podcast: airhacks.fm podcast with adam bien
Episode: Java 19: Millions of Threads in No Time
Description: An airhacks.fm conversation with Nicolai Parlog (@nipafx) about:
JavaOne is back,
virtual threads and Java 19,
the old Java’s green threads,
mapping between OS threads and green threads cannot be changed after assignment,
Project’s Loom virtual threads are not assigned to a core,
virtual threads could become the default,
the artificial use of reactive programming,
Project Loom performs as good as reactive, but may consume more memory,
operational costs vs. developer costs,
structured concurrency in looom,
millions of threads in no time,
the memory overhead depends on the call stack,
structured programming is as powerful as go to,
stru...