Blog: Minborg's Java Pot (Per-Ake Minborg) |
232 blogs
updated: 29 min. ago
|
||
Which JVM Version is Fastest?How is a high-performance, low-latency Java application affected by the JVM version used? Every nanosecond coun...
|
||
How to Reduce Cloud Cost by 99% for EDA Kafka ApplicationsWhile the cloud offers great convenience and flexibility, the operational cost for...
|
||
Did You Know the Fastest Way of Serializing a Java Field is not Serializing it at All? This article elaborates on different ways of serializ...
|
||
How the Java Language Could Better Support Composition and Delegation This article outlines a way of improving the Java language to better s...
|
||
Java: How Object Reuse Can Reduce Latency and Improve Performance Become familiar with the art of object reuse by reading this article and l...
|
||
Queues are often fundamental components in software design patterns. But, what if there are millions of messages received every second and m...
|
||
Java: Why a Set Can Contain Duplicate ElementsIn low-latency applications, the creation of unnecessary objects is often avoided by reusing m...
|
||
Why General Inheritance is Flawed and How to Finally Fix it By leveraging composition and the final keyword in the right way, you can improv...
|
||
Queues are often fundamental components in software design patterns. But, what if there are millions of messages received every second and m...
|
||
As most Java developers know, putting values in a Java Map (like a HashMap) involves creating a large number of auxiliary objects under the ...
|
||
Made better & faster using https://www.yourkit.com/ Java Profiler