Latest post
Java is Very Fast, If You Don’t Create Many Objects
The cost of object creation can be far higher than the cost of cleaning them up if they are very short lived.
-
Chronicle Wire: Object Marshalling
About the efficiencies of using Chronicle Wire to encode small Strings into long primitives and how this improves serialisation performance.
-
How Object Reuse Can Reduce Latency and Improve Performance
Write more performant code with less latency by becoming familiar with the art of object reuse in multi-threaded Java applications.
-
Arrays and Object Reference Java Challenge Code Quiz
Arrays are objects in Java. Variables in Java actually store references to the object, instead of the real object.
When we pass an object reference to a method, we are changing the object that is in the heap of the memory.
1-4 of 4