Adworse Codes Here

Programmer's travelogue
by Dima Ermilov Tagged: dive

What is Elixir's map time complexity?

O(1) or O(log n)?

One valued member of Elixir community once did a poll about it. They were saying it’s constant. The other one referred to it as O(log n). They’e both correct. How came?

Maps, immutability, and memory penalty

Persistent data structures and computation penalty