JavaOne 2016
I gave a talk about java bytecode and performance at JavaOne 2016 San Francisco. See below the slides and a recording of the video:
I gave a talk about java bytecode and performance at JavaOne 2016 San Francisco. See below the slides and a recording of the video:
These days I am at Droidcon Italy in the beautiful city of Turin and, earlier this morning, I gave a talk about Android performance from the point of view of bytecode (oh big surprise here) Here are the slides: #perfmatters
Last week I did a presentation at BcnDevCon about improving Java Code Performance. The focus of the presentation was showing some examples of compiled java sources and evaluate the performance impact of different ways of looping, string concatenation or using Java 1.5 features as autoboxing or foreach loops. According to java the performance optimizations are […]