All public logs

Jump to navigation Jump to search

Combined display of all available logs of Elixir Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:26, 3 December 2023 Elixirfan talk contribs created page Memory Management in Elixir (Created page with "== Memory Management in Elixir == Memory management in Elixir is an important aspect to consider when developing Elixir applications. Being a dynamic, functional programming language built on top of the Erlang virtual machine (BEAM), Elixir benefits from Erlang's well-established memory management mechanisms. === Garbage Collection === Elixir, like Erlang, utilizes a form of garbage collection known as "incremental garbage collection." This approach involves dividing...")