Garbage collection and memory management in Erlang

后端 未结 4 1616
我寻月下人不归
我寻月下人不归 2020-12-04 22:31

I want to know technical details about garbage collection (GC) and memory management in Erlang/OTP.

But, I cannot find on erlang.org and its documents.

Some ar

4条回答
  •  情歌与酒
    2020-12-04 22:53

    A reference paper for the algorithm: One Pass Real-Time Generational Mark-Sweep Garbage Collection (1995) by Joe Armstrong and Robert Virding in 1995 (at CiteSeerX)

提交回复
热议问题