|
|
|
|
|
by pmarreck
3435 days ago
|
|
> I don't know how effective it is to chuck around 8MB data structures via message-passing. It's my understanding that above a certain size and within the same running Erlang VM (machine), a reference is passed instead of a full copy. |
|