[erlang-questions] erlang bignums implementation
Paolo Negri
paolo.negri@REDACTED
Thu May 12 12:10:49 CEST 2011
Dear list
I was pleased to find out that the following in erlang just works fine
Eshell V5.8.3 (abort with ^G)
1> 1 bsl 70.
1180591620717411303424
I'm then evaluating to use bitwise operations on bignums (up to 128
bits) and I'm asking if anyone can share how internally bignums are
represented what's the overhead of using them and if there are any
caveats related to their usage.
Thanks,
Paolo Negri
More information about the erlang-questions
mailing list