51) ElixirConf US 2018 – Scaling Concurrency Without Getting Burned – Alex Garibay

Almost hard to believe that we’re on the last set of talks already! I’ve been enjoying the discussions although I still have a bunch of talks that I need to watch before I can join the discussions :slight_smile:

ElixirConf US 2018 – Scaling Concurrency Without Getting Burned – Alex Garibay (@alexgaribay)

We all know Elixir is fast and scalable, but knowing how to leverage its strengths can be the difference between a fast program and one unrivaled by other platforms. Whether you’re reaching for Tasks and GenServers, or wrangling data with Ecto, understanding subtle nuances of each tool is the key to avoiding bottlenecks and writing efficient applications.

Starting from real-world scenarios, we’ll explore various OTP tricks and concurrency patterns to drive maximum performance. Along the way, we’ll see how features built into Elixir and OTP can apply to applications from small to large. We’ll also navigate the unexpected pitfalls that come with cheap concurrency and how to safeguard from each trap.

Whether you’re an intermediate or seasoned Elixir developer, you’ll leave with some new performance tricks and a mental model for writing highly concurrent applications.

Audience: Intermediate, Advanced
Topics: otp, scaling

All talks are available in the ElixirConf US 2018 Talks List or via the elixirconf2018 tag

1 Like

One statistic I didn’t mention related to cataloging blockchains for the referenced project:

Before the mentioned optimizations in the talk, we cataloged ~12,000 blocks per hour.
After applying the optimizations, we catalog over 1,000,000 blocks per hour.

Feel free to ask me any questions!

4 Likes