GraalVM for Java developers by Oleg Šelajev @ Spring I/O 2019

Поделиться
HTML-код
  • Опубликовано: 10 янв 2025

Комментарии • 10

  • @miguelbautistaperez7903
    @miguelbautistaperez7903 4 года назад +8

    GraalVM seems very promising. I'm keeping an eye on this project.

  • @nandhinir2414
    @nandhinir2414 4 года назад +1

    Amazing talk. Looking forward to use GraalVM.

  • @jean-jayvester1358
    @jean-jayvester1358 5 лет назад +1

    Great talk, did I hear him right (16:40-17:00) JVM languages will eventually interop via truffle? Aside from consistency and interop (which are good), does that not hinder performance benefits of "1st class" JVM languages?

    • @wirthi
      @wirthi 5 лет назад +1

      There is no principal blocker why this should not be doable, and yes there are experiments on that already. The GraalVM project has shown that languages like JavaScript, Ruby, or C/C++ (via LLVM) can be executed with excellent performance on top of the Truffle stack - Java will not be different. Even if there was a minimal performance impact on some application pattern - that would be something you are definitely willing to take given the advantages (cross-language interop, tooling, debugging, etc.); and you always have the option to execute the Java part like you do now (being the host language instead of a sibling language to all the others).

  • @GenuineCoder
    @GenuineCoder 4 года назад

    Great talk. Loved the presentation.

  • @markjaysongonzaga1131
    @markjaysongonzaga1131 4 года назад +1

    does graalvm supports raspberry pi 3/4 ?

  • @5566740293
    @5566740293 5 лет назад +4

    [26:28] the terminal is broken...looks so wierd

    • @SpringIOConference
      @SpringIOConference  5 лет назад

      We had a technical problem with the recording of the demo part in this presentation, sorry about that.

  • @NMNaufaldo
    @NMNaufaldo 3 года назад

    Great presentation

  • @gravisan
    @gravisan 2 года назад

    Something fishy about these benchmark...