Devon Estes - Comparing common concurrency patterns in Elixir and Erlang - Lambda Days 2020

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ก.ย. 2024

ความคิดเห็น • 7

  •  4 ปีที่แล้ว +2

    Thanks! Clear and useful!

  • @lpil
    @lpil 4 ปีที่แล้ว +2

    Great stuff, thanks Devon!

  • @aetheruszhou1526
    @aetheruszhou1526 4 ปีที่แล้ว

    This is a great autopsy of the concurrency patterns. Many thanks!

  • @awksedgreep
    @awksedgreep ปีที่แล้ว

    About 14 years ago I set out on a journey to implement the equivalent of GenStage in jruby. It was a very difficult task. We should all be very thankful for these robust libraries so we don't have to think too much about them. Side note: Other languages like Go and Rust usually put up crazy numbers for threads and messages passed using much simpler algorithms. These patterns are so easy in Elixir they are widely used and much more complete and complex. Elixir usually doesn't fare as well in benchmarks as a result. Apples and oranges.

  • @TheRedbeardster
    @TheRedbeardster 4 ปีที่แล้ว +1

    The narrator looks like a good Soviet engineer: the shirt, sweater, glasses, unshaved. Thanks for the picture with USSR hockey, there were days when we were powerful...

  • @romenigld
    @romenigld 4 ปีที่แล้ว +1

    I LIKED, NICE EXPLANATION AND SAMPLE CODES!

  • @GabrielMancini1
    @GabrielMancini1 3 ปีที่แล้ว

    Awesome