Learning Blog

預定調和

Erlang 相關論文

| Comments

為了研究 erlang vm 尋找一些相關的論文。

目前應該會先讀1,2,7 這三篇論文,這三篇提到的東西我還蠻感興趣的,對於了解 erlang vm 應該會有不少幫助。

  1. Making reliable distributed systems in the presence of sodware errors
  2. Characterizing the Scalability of Erlang VM on Many-core Processors
  3. Exploring Alternative Memory Architectures for Erlang:Implementation and Performance Evaluation
  4. Efficient memory management for concurrent programs that use message passing I,II
  5. Concurrent Programming in ERLANG
  6. On Preserving Term Sharing in the Erlang Virtual Machine
  7. Programming Distributed Erlang Applications:Pitfalls and Recipes

Comments