Recently, AWS developer advocate Jonathan Vogel published this first article of a planned three-part series on Java performance optimisation: Java Is Fast. Your Code Might Not Be.
Jonathan describes how he optimised an order-processing application by addressing and fixing common Java performance anti-patterns such as string concatenation and stream iteration inside loops or autoboxing in hot paths.

Deutsch