Parallelism in Elixir: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 December 2023

  • curprev 14:1714:17, 3 December 2023Elixirfan talk contribs 3,378 bytes +3,378 Created page with "== Parallelism in Elixir == Parallelism is a fundamental concept in Elixir, a functional programming language built on the Erlang virtual machine (BEAM). Elixir provides powerful concurrency primitives that enable developers to leverage the full potential of multi-core processors and distribute workload across multiple machines. === Processes === In Elixir, parallelism is achieved through lightweight processes, not to be confused with operating system processes. Elixir..."