Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix HashDict deprecations for Map (elixir 1.4) #241

Merged
merged 2 commits into from
Jan 6, 2017

Conversation

leaexplores
Copy link
Contributor

This PR removes the deprecations for HashDict Usage in favor of Map.

HashDict has been deprecated since Elixir 1.2 as Erlang 1.8 got a huge performance boost on maps.

Map is now the favored data structure for maps.

See :

https://github.com/elixir-lang/elixir/blob/v1.2.0/CHANGELOG.md#erlang-18-support
https://hexdocs.pm/elixir/Map.html

Thanks!

@paulcsmith
Copy link
Contributor

Thank you very much!

@paulcsmith paulcsmith merged commit 8bb69fa into beam-community:master Jan 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants