Java is Very Fast, If You Don't Create Too Many Objects
Channel:
Subscribers:
725,000
Published on ● Video Link: https://www.youtube.com/watch?v=UhfUNqFDzog
While Java Developers are familiar with the impact of GC pauses, they may not realise that allocating object could be sapping throughput by 10x or more the GC cost esp for very short-lived objects.
Examples from real life will be discussed during the session. Such as, event messaging rates of 4 million events per minute on a single machine in Java, and the impact of creating just one small object per event makes.
PUBLICATION PERMISSIONS:
Original video was published with the Creative Commons Attribution license (reuse allowed). Link: https://www.youtube.com/watch?v=qsybVQ5aDDk
Other Videos By Coding Tech
Tags:
java
java programming
java objects