▲ | funcDropShadow 7 months ago | |
> Maybe we could have multiple heaps defined As far as I understand, Erlang has one heap per actor. The cost is that messages have to be serialized to pass from one actor to another. But it means there are lots of independent, often tiny heaps which don't need very complicated GCs. |