Java is Very Fast, If You Don’t Create Too Many Objects



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 https://www.youtube.com/watch?v=UhfUNqFDzog

Leave a Reply

Your email address will not be published. Required fields are marked *