Blazingly fast UDP server using

Поділитися
Вставка
  • Опубліковано 15 січ 2025

КОМЕНТАРІ • 18

  • @kylecroarkin1371
    @kylecroarkin1371 28 днів тому

    Really fun to watch and informative. Thank you a lot for publishing this.

  • @cheebadigga4092
    @cheebadigga4092 11 днів тому

    This is aaaaaaaaaawesome! Thanks!

  • @dragoons_net
    @dragoons_net 7 місяців тому +1

    Your content is incredible. Thanks a lot!

  • @nandita.nambiar
    @nandita.nambiar 7 місяців тому +1

    Quite informative, thank you!

  • @viewtifulstart
    @viewtifulstart 2 місяці тому

    are you sure you're reading the flamegraph right? I'm pretty sure right at the top is not the tokio scheduler.

  • @uquantum
    @uquantum 4 місяці тому +1

    So informative and like your relaxed style that keeps us engaged as you lead us through your various optimizations. To your point to massive scaling possibilities at the end of the video about if clients could also use XDP...would a workaround to client-side XDP be webAssembly+eBPF ? Thank you so much Sandeep!

    • @_sandeepnambiar
      @_sandeepnambiar  3 місяці тому +1

      client side xdp exists! its called af-xdp! you can use xdp to receive AND send. whole programs living in xdp land. would you like a video on that topic?

  • @zeroZshadow
    @zeroZshadow 7 місяців тому

    Very cool!

  • @vaibhavrai1796
    @vaibhavrai1796 7 місяців тому

    much informative :)

  • @techsyndrome3291
    @techsyndrome3291 7 місяців тому

    yay finally !

  • @irlshrek
    @irlshrek 7 місяців тому

    fun!

  • @vcankeklik
    @vcankeklik 7 місяців тому

    Why did you prefer tokio::select! instead of spawn?

    • @_sandeepnambiar
      @_sandeepnambiar  7 місяців тому

      Good question! I have a branch somewhere that does spawn as well. I think I lost a few points in performance immediately. So I reverted that. Would love a comparison between spawn vs select that is more concrete. I already began testing with monoio instead of going down that route.

    • @vcankeklik
      @vcankeklik 7 місяців тому

      @@_sandeepnambiar I see. So can we say that it is better to rely on metrics when making such decision?

    • @_sandeepnambiar
      @_sandeepnambiar  7 місяців тому

      @@vcankeklik I think so. My findings are contrary to what I would have assumed if I hadn't done the tests.

    • @vcankeklik
      @vcankeklik 7 місяців тому

      @@_sandeepnambiar thanks!

  • @nevgeniev
    @nevgeniev 7 місяців тому +2

    well, it's not an impossible at all guys :)

  • @glennfiedler6236
    @glennfiedler6236 7 місяців тому +1

    Hired