Re: Performance of term_to_binary vs Bbinary_to_term
Valentin Micic <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <[email protected]> |
Thank you. > On 07 Jun 2021, at 15:08, Łukasz Niemier <[email protected]> wrote: > >> is there any difference between internal and external term presentation? > > There must be at least for integers, as ETF uses network order (also known as big endian) and internally VM uses whatever is native for the given machine. > > -- > > Łukasz Niemier > [email protected] >