У нас вы можете посмотреть бесплатно Self-contained Native Binaries for Java with GraalVM - Thomas Wuerthinger или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
GraalVM Native Image allows for ahead-of-time compilation of Java applications into native binaries. The advantages are instant startup, better warmup, lower memory footprint and improved security. This talk will showcase each of those advantages for an example Java server application. Also, it will demonstrate some of the new tooling available for your application when deployed in such a setup. This includes Linux perf as well as other native binary inspection tools that provide accurate insights into your running application. The talk will also cover challenges of creating native images and recommendations based on what criteria to choose ahead-of-time or just-in-time compilation for your Java application.