GenStage and Flow - José Valim (Lambda Days 2017)

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

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

  • @AndreasDonig
    @AndreasDonig 7 месяцев назад +1

    Great talk. Thank you for sharing!

  • @goofansu
    @goofansu 2 года назад +3

    José is so good at explaining complex concepts, thank you!

  • @yogodoshi
    @yogodoshi 5 лет назад +9

    So much enthusiasm, you can feel the love Jose has when he is speaking ❤️

  • @AlexanderBuch
    @AlexanderBuch 7 лет назад +33

    Beautiful talk ;)
    Elixir really is crazy cool and José became my hero for all the work he has done!

  • @abulasarsayyad6839
    @abulasarsayyad6839 4 года назад +2

    Wow.. just wow. How did I miss this thing till now.

  • @seankemplay78
    @seankemplay78 4 года назад +2

    Fantastic talk. Great communicator, great concept.

  • @haystackdmilith
    @haystackdmilith 6 лет назад +3

    Glad I've been there :)

  • @sondiek
    @sondiek 7 лет назад +2

    Great talk! Really cool design.

  • @elchemista
    @elchemista 7 лет назад +3

    Great talk ! thank you

  • @arhyth
    @arhyth 7 лет назад +1

    what’s the title of the paper Jose brings up near the end of the talk regarding concurrency on single machine, “Cost...” ?

    • @arhyth
      @arhyth 7 лет назад +3

      found it linked from a plataformatec blog
      paper:
      www.frankmcsherry.org/assets/COST.pdf
      plataformatec article:
      blog.plataformatec.com.br/2017/03/small-data-with-elixir/

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

    the problem is that the difficult concepts are trivialized. Like how do you ensure that the "ares" are always going to the same node?

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

      Hashing

    • @50Kudos
      @50Kudos 2 года назад +1

      The partition function is a mapper 42:30 and all producers know all consumers in advance. For example if your map function is just casting a value to boolean, the mapper is simply a simple case expression: [true -> state A, false -> state B]