Skip to content

Latest commit

 

History

History
executable file
·
411 lines (328 loc) · 18.5 KB

introduction.asciidoc

File metadata and controls

executable file
·
411 lines (328 loc) · 18.5 KB

Understanding ERTS

Introducing the Erlang Runtime System

The Erlang RunTime System (ERTS) is a complex system with many interdependent components. It is written in a very portable way so that it can run on anything from a gum stick computer to the largest multicore system with terabytes of memory. In order to be able to optimize the performance of such a system for your application, you need to not only know your application, but you also need to have a thorough understanding of ERTS itself.

ERTS and the Erlang Runtime System