[erlang-questions] Efficiency of splitting binaries

Joel Reymont joelr1@REDACTED
Thu Oct 25 01:13:40 CEST 2007


On Oct 24, 2007, at 11:20 PM, Richard Andrews wrote:

> What other way is there to determine the length of a binary?

Eshell V5.5.5  (abort with ^G)
1> size(<<>>).
0
2> size(<<1,2,3>>).
3

--
http://wagerlabs.com








More information about the erlang-questions mailing list