[erlang-questions] Size of a map key in words

Michael Truog mjtruog@REDACTED
Fri Jun 30 02:23:21 CEST 2017


On 06/29/2017 03:48 PM, Grzegorz Junka wrote:
> What's the size of a single key in an Erlang map in words? Is there any information how the hash function works?
>
> Grzegorz
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
http://erlang.org/doc/efficiency_guide/advanced.html#id68923 has the memory information and https://github.com/okeuday/erlang_term shows how to get this size during runtime.



More information about the erlang-questions mailing list