Latest #performance Threads 
Torque is a high-performance JSON library for Elixir built on sonic-rs via Rustler NIFs. It targets workloads where JSON throughput is a ...
New
I’ve been building an open-source multiplayer game server framework in Elixir, and I wanted to share the results.
The Challenge: Can the...
New
I have a resource that has the following fields with regexes:
attribute :cnpj_basico, :string do
public? true
allow_nil?...
New
Hey all,
I’m trying to build a low-cost website serving a catalogue of items, with standard options of viewing/filtering said items. It ...
New
Hey folks! :waving_hand:
I think I have an interesting optimization challenge, let me know what you think…
A few months ago, I created ...
New
We have (DBConnection.ConnectionError) error in multiple places in our production only.
2025-09-03T16:13:51.0122410Z Request: POST /user...
New
We have a rather large code base ~2200 elixir files and growing. On my nice Ryzen 9, it takes ~47 seconds to analyze the generated PLT fi...
New
How to make Task.async_stream return results as they are ready?
I have the following code:
defmodule Demo do
def run do
child =
...
New
I’m currently seeing some issued with our admin interface, where people on Intel CPU’s being shown the “the tab has crashed” kind of dial...
New
I am researching instrumentation and I see there’s the :telemetry library but there is also :opentelemetry and additional integrations su...
New
This Week's Trending
This Month's Trending
This Year's Trending
I wanted to get a reality check from the wise folks of the forum on the differences and pros/cons in uuid vs. nanoid. UUIDv4 has been my...
New
I’ve been building an open-source multiplayer game server framework in Elixir, and I wanted to share the results.
The Challenge: Can the...
New
I have a resource that has the following fields with regexes:
attribute :cnpj_basico, :string do
public? true
allow_nil?...
New
We have (DBConnection.ConnectionError) error in multiple places in our production only.
2025-09-03T16:13:51.0122410Z Request: POST /user...
New
Hey all,
I’m trying to build a low-cost website serving a catalogue of items, with standard options of viewing/filtering said items. It ...
New
Torque is a high-performance JSON library for Elixir built on sonic-rs via Rustler NIFs. It targets workloads where JSON throughput is a ...
New
Hey folks! :waving_hand:
I think I have an interesting optimization challenge, let me know what you think…
A few months ago, I created ...
New
Last Three Year's Trending
Hello to you
I create a private server for World of warcraft, is Elixir a powerful enough language for this kind of project?
New
I think this twitter post and youtube video didn’t get as much attention as I hoped
I am still new to Elixir, so can’t really judge
...
New
Hello,
Why is this Elixir code:
defmodule Foo do
def run(file_name) do
File.open! file_name, [:read], fn f ->
IO.st...
New
Hello, everyone!
I have an Elixir Phoenix 1.7 app deployed to fly.io. I am receiving 10,000+ API calls at a time that I need to receive,...
New
Hey everyone! New to the forum, not new to Elixir. :slight_smile:
In any case, recently had a discussion with @benwilson512 on overhead ...
New
One “downside” of Elixir being a functional programming language is that it’s slow when lots and lots of data has to be transformed. So, ...
New
Sometimes, Ecto (actually, DBConnection) spills an error like this:
DBConnection.ConnectionError: ** (DBConnection.ConnectionError) conn...
New
I’ve been adding and refining specs on my (12 KLOC Elixir) project. This is an iterative process, so I run Dialyzer a lot. Even after the...
New
Hi folks,
I’ve written custom types before, but this specific case gives me pause, and I wonder if you could explain your reasoning here...
New
I know not to worry about performance before getting evidence of a problem, but I’m idly curious about preloads. (Note: I have fairly lit...
New
I am researching instrumentation and I see there’s the :telemetry library but there is also :opentelemetry and additional integrations su...
New
Hey there
Regarding performance, is there a difference between guards and generated functions using pattern matching? Or does the compil...
New
While profiling and optimizing some performance critical code, I noticed that Map.take was one of the biggest contributors to the overall...
New
Hello. As a side project, I have created various implementations of Conways Game of Life in over 20 languages. Over this past weekend, I ...
New
M3 Pro with 18 GB memory
Fresh install of Elixir 1.18.1 via the install.sh script: https://elixir-lang.org/install#install-scripts
My u...
New
Trending Over Three Years
Hi, I’m just starting to build a side-project with Elixir and Phoenix and doing some basic test with Elixir alone.
What strikes me is th...
New
Hi all - cross posting this from the elixir-talk mailing list. I could use some help. I am currently evaluating Elixir and Phoenix for a ...
New
Hey everyone,
Having a great time building v2 of our app in Elixir (previously Node). And getting to that stage: how does everyone here...
New
I just saw this tweet passing by but I have no idea what it’s hinting at, but it looks awesome :slight_smile:
https://twitter.com/joseva...
New
I’ve been working on an Elixir project that has required a lot of scripting. I usually reach for Elixir because I like it more (and in th...
New
I wrote up a detailed blog post about tail call optimization in Elixir/Erlang and its performance. The TLDR; sort of is that none tail ca...
New
How does Elixir speed compare to F# for non-web applications - say, something like a chess game player.
New
Has anyone else observed throttling of Erlang or Elixir processes running in Kubernetes (or other Docker orchestration platforms)?
I’ve ...
New
Just wanted to throw a quick question out there regarding ‘inspect’ in Elixir – for a while we were using it in our logs to print out dif...
New
At work we have a lot of Scala code in our low latency/high throughput product and a couple of us have been advocating Elixir as an alter...
New
Following this small benchmark experiment (https://blog.fefe.de/?ts=a2689de5), I wrote a short Elixir script to calculate the counts of d...
New
I am currently trying to compile a Big-O Time Complexity table for the Elixir data structures, but can’t find information for all complex...
New
A boss of mine is not convinced to use Elixir for our production apps.
Another round of our polemics was the test.
He wrote two small...
New
Hi Elixir developers!
I’ve created an elixir app wich creates a set of processes (about 900) with a lot of calculation distributed among...
New
Plenty of guides that show how to profile a specific function, but I can't figure out how to profile an application (run with --no-halt, ...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex







