▲ | sarchertech 4 days ago | |
That doesn’t exist yet. Also Elixir is in no way a replacement for Go. It can’t match it for performance. There’s no mutable array, almost everything is a linked list, and message passing is the only way to share data. I primarily use Elixir in my day job, but I just had to write high performance tool for data migration and I used Go for that. |