00:00
2019-10-18
jola.dev
developer-tools
The Erlang :queue module in Elixir
The article explains that Elixir uses Erlang's `:queue` module, which provides a double-ended FIFO (first-in, first-out) data structure for efficiently adding and removing items from both ends. It notโฆ