Latest #performance Threads Top

lpgauth
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
Alex66
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
sezaru
I have a resource that has the following fields with regexes: attribute :cnpj_basico, :string do public? true allow_nil?...
New
abar
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
thiagomajesk
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
Janardhan111
We have (DBConnection.ConnectionError) error in multiple places in our production only. 2025-09-03T16:13:51.0122410Z Request: POST /user...
New
warmwaffles
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
ValtteriL
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
tozz
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
venkatd
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 Top

This Month's Trending Top

This Year's Trending Top

fireproofsocks
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
Alex66
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
sezaru
I have a resource that has the following fields with regexes: attribute :cnpj_basico, :string do public? true allow_nil?...
New
Janardhan111
We have (DBConnection.ConnectionError) error in multiple places in our production only. 2025-09-03T16:13:51.0122410Z Request: POST /user...
New
abar
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
lpgauth
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
thiagomajesk
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 Top

Pondo
Hello to you I create a private server for World of warcraft, is Elixir a powerful enough language for this kind of project?
New
shishini
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
cjbottaro
Hello, Why is this Elixir code: defmodule Foo do def run(file_name) do File.open! file_name, [:read], fn f -> IO.st...
New
jarvism
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
derekbrown
Hey everyone! New to the forum, not new to Elixir. :slight_smile: In any case, recently had a discussion with @benwilson512 on overhead ...
New
PJUllrich
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
gmile
Sometimes, Ecto (actually, DBConnection) spills an error like this: DBConnection.ConnectionError: ** (DBConnection.ConnectionError) conn...
New
Rich_Morin
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
maxim
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
marick
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
venkatd
I am researching instrumentation and I see there’s the :telemetry library but there is also :opentelemetry and additional integrations su...
New
mruoss
Hey there Regarding performance, is there a difference between guards and generated functions using pattern matching? Or does the compil...
New
Yegair
While profiling and optimizing some performance critical code, I noticed that Map.take was one of the biggest contributors to the overall...
New
k776
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
dustinfarris
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 Top

earth10
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
Matt-Hornsby
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
noam87
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
tcoopman
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
fireproofsocks
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
PragTob
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
miclog
How does Elixir speed compare to F# for non-web applications - say, something like a chess game player.
New
ellispritchard
Has anyone else observed throttling of Erlang or Elixir processes running in Kubernetes (or other Docker orchestration platforms)? I’ve ...
New
hazardfn
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
apenney
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
serpent
Following this small benchmark experiment (https://blog.fefe.de/?ts=a2689de5), I wrote a short Elixir script to calculate the counts of d...
New
PJUllrich
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
mpugach
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
fnegrini
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
kseg
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
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement