Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 231 Bytes

maximum-integer-size.md

File metadata and controls

6 lines (4 loc) · 231 Bytes

Maximum integer size

Elixir takes advantage of BEAM's large integer, which means that the maximum size of an integer is limited only by how much memory the VM has.

source