New Elixir TCP small message experiment reaches 100k msg/sec (by @dbeck74)
This is my second part of my experiments with Elixir TCP server programming. I am still learning this. The good news is that my msg server improved 4x over the previous one:
http://dbeck.github.io/Four-Times-Speedup-By-Throttling/
The previous one did only 22k messages / sec:
http://dbeck.github.io/simple-TCP-message-performance-in-Elixir/
Beware! I am still an Elixir beginner, don’t copy codes into production from these posts. Thank you all the nice feedbacks!
Read next Nested Forms Part 2