> > To be fair, :maps.map is the fastest. But it's about as fast as :lists.map > . Enum has a lot of overhead. >
Enum has very little overhead for built-in types as most of the implementations for built-in types are inlined. -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/CAGnRm4JRFrYX_2PcMLBUefQ4JQ5cyjxR%3DwegR%2ByBs2%3DxZcvMLw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
