Help Dialyzer Help You! ElixirMix Podcast 056 - Security and Sobelow with Griffin Byatt

What’s the Fastest Data Structure to Implement a Game Board in Elixir?

In this blog post we take a look at different data structures to implement a 9x9 board comparing their performance. This includes maps, tuples, lists, ETS and more. Also taking a look at why erlangs array is slower than using tuples straight up (although it maps to tuples itself) or why the map performance is different based on how many entries are in the map. Read on to find out.