[erlang-questions] Update on sharing constant data locally by reference rather than by copy?

Christian chsu79@REDACTED
Thu Mar 19 15:09:41 CET 2009


> Is it planned to implement a more efficient sharing which would not
> involve a copy?

Do you know about the hybrid heap experiment? It experiments with
shared heaps so that processes can message pass references to data
values rather than creating copies.



More information about the erlang-questions mailing list