Project Loom
-
Kotlin
Will Kotlin Coroutines Become Obsolete?
Kotlin Coroutines have revolutionized asynchronous programming in the JVM ecosystem, offering a cleaner alternative to callbacks, Future chains, and reactive streams. Since…
Read More » -
Core Java
Spring Boot Performance with Java Virtual Threads
For years, Java developers have wrestled with the limitations of platform threads—heavyweight, OS-managed resources that make high-concurrency applications expensive to…
Read More » -
Core Java
Project Loom vs. Traditional Threads: Java Concurrency Revolution
Concurrency has always been a cornerstone of modern software development, enabling applications to handle multiple tasks simultaneously. In Java, traditional…
Read More » -
Core Java
Java Virtual Threads vs. Traditional Threads: Unlocking Performance with Project Loom
With the introduction of Virtual Threads in Java 19 under Project Loom, Java developers now have a powerful tool for…
Read More » -
Core Java
Using Executors.newVirtualThreadPerTaskExecutor() in Java
Java introduced virtual threads with Project Loom to simplify concurrency and improve the scalability of applications. Virtual threads are lightweight…
Read More » -
Core Java
Reactive Programming with Java Project Loom
The article argues that reactive programming and Project Loom are complementary tools for building concurrent applications in Java, rather than…
Read More » -
Java
Reactive’s Looming Doom. Part IV: The End Of Reactive?
1. Introduction The last post discussed advanced concepts of the reactive approach and highlighted use cases where it shines. This post…
Read More » -
Java
Reactive’s Looming Doom. Part III: Advanced Reactive
1. Introduction The last post presented the fundamental concepts of the reactive approach, including a specification and its implementation. Now it is time…
Read More » -
Java
Reactive’s Looming Doom. Part II: Fundamentals of Reactive
1. Introduction The last post provided a comparison of multi-threading APIs throughout Java’s lifespan. In this post, we will dive…
Read More »
- 1
- 2