Hacker News new | past | comments | ask | show | jobs | submit login

I wouldn't say you are doing anything wrong (or, at least I couldn't say that for certain without knowing more about your problem domain :) ).

However, I also don't think you have to worry about the message payloads being too large. In Erlang, normally objects are copied between processes. However, for large objects (>64 bytes) they are put in a shared heap, and only the pointers are copied between processes[0].

[0] https://hamidreza-s.github.io/erlang%20garbage%20collection%...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: