How low can you go? Ultra low latency Java in the real world - Daniel Shaya

Поділитися
Вставка
  • Опубліковано 5 жов 2024

КОМЕНТАРІ • 28

  • @JakobJenkov
    @JakobJenkov 5 років тому +52

    Thanks a lot for making talks like this one! Java low latency is a pretty narrow topic, and it is not easy to find information about. Videos like this are worth a lot to us performance afficionados :-)

  • @AntonioDoesMetal
    @AntonioDoesMetal 11 місяців тому +1

    Just dropping in to say this is an amazing talk, it's usually pretty hard to listen to talks like these from beginning to end but this one was very captivating

  • @jonofsasek2820
    @jonofsasek2820 3 роки тому +1

    Excellent introduction to the topic for a seasoned Java dev interested in this matter :) Thank you Daniel

  • @TheYogai
    @TheYogai 5 років тому +2

    Excellent example with a bike! I'm going to use it. :) I was already of opinion that latency needs to be considered even before we build, that is, during the design and your bike example is perfect illustration of this.

  • @joepage3065
    @joepage3065 2 роки тому

    Thanks Daniel, really good presentation.

  • @vahidsadeghi5491
    @vahidsadeghi5491 8 місяців тому

    Really great talk, I've got lots of ideas

  • @SHates
    @SHates 5 років тому +2

    Fascinating talk! Really enjoyed learning what goes into creating these sorts of systems.

  • @MuztabaHasanat
    @MuztabaHasanat 4 роки тому +2

    Great talk.

  • @lecardinal1
    @lecardinal1 2 роки тому

    really interesting tips to follow to reduce latency of a system based on microservices. Thanks

  • @nitindandriyal
    @nitindandriyal 5 років тому +1

    Good One, Thanks!

  • @tamerator
    @tamerator 5 років тому +1

    Great session! Well done.

  • @natedoggstyle
    @natedoggstyle 2 роки тому +2

    The language comparisons at time 14:45 don't show the true power of C++. The top-tier finance firms were doing

  • @piotrborowczynski8082
    @piotrborowczynski8082 5 років тому +1

    Great presentation

  • @mjwchapman
    @mjwchapman 2 роки тому

    One of my all time favourite presentations. I often come back to this one and another by Mark Price. And now that records are finally a thing I wonder if the Java version of Aeron has managed to catch up with C#...

  • @world_affair
    @world_affair Рік тому

    great talk

  • @MagnetLoop
    @MagnetLoop 5 років тому +1

    Anybody knows the name of the podcast he mentions at 27:55?
    BTW, this is a very interesting talk, thanks!

  • @KiyoshiDaichi
    @KiyoshiDaichi 5 років тому +1

    Low Latency ?!, Yes Please !!

  • @LaurentLaborde
    @LaurentLaborde Рік тому +1

    Good speech, but by someone who doesn't know modern C++ (i use java & kotlin more than C++, but when i do, i never need to deal with pointer. RAII and auto& are magic)

  • @programmingeverything
    @programmingeverything 5 років тому +6

    Jump to 27:38 for tldr

    • @VictorZamanian
      @VictorZamanian 5 років тому +1

      And even then, at 28:00 ish, he's like "again, let's digress"...

  • @xv179
    @xv179 3 роки тому +5

    17:09 this person clearly has never used C++ and if it has used C++ probably used the '98 standard... My friend, C++ has evolved a lot, you need to brush up your C++ a little bit. The justifications presented in this talk only justifies using Java over C++ because of time-consuming which is not necessarily true. Anyone who masters C++ can write faster or equal than any Java developer... "time to develop" it's a pretty mediocre justification for using Java over C++

    • @michaelmorris2300
      @michaelmorris2300 2 роки тому +2

      What is the JVM written in? C/C++? If so, then what is Java really?

    • @yangyun6221
      @yangyun6221 2 роки тому

      smart pointer made c++ a modern language

    • @muhdiversity7409
      @muhdiversity7409 Рік тому

      @@michaelmorris2300 Pie in the sky that have adherents gaslight you over and over again that their bouncy castle is best. Trust me, bro.

    • @judgegroovyman
      @judgegroovyman 11 місяців тому +1

      The presenter completely addressed this at 21:00

  • @marcusaurelius6607
    @marcusaurelius6607 5 років тому +11

    lol java

  • @tarasmurzenkov148
    @tarasmurzenkov148 3 роки тому +1

    Amazing talk.