How to write fast Java code – thinking about memory by Anders Peterson

In this talk I’ll discuss things that affect (CPU bound) performance. A key message is that Java developers DO need to worry about memory, even if garbage collection rarely is a problem. Much of the talk is focused around a demo of a simple benchmark. Anders Peterson, Optimatika Recorded at Jfokus 2023 in Stockholm 7th of february
Back to Top