Hi,<div><br></div><div>Started learning Erlang using Joe Armstrong's book, and just at about chapter-3.  Have few basic / elementary questions.</div><div><br></div><div>1. Found the following usage of tuple -- </div><div>
       { person, { name, joe }, { age, 42 } }</div><div>    Now when one has millions on such tuples, which are held in-memory, isn't the memory footprint of the application at-least 3  x 8-byte extranuous thanks to the 3 atoms (person, name, age), playing "field names" ? Is this a concern for anyone ? Is there are more efficient storage ?</div>
<div><br></div><div>2. about CEAN</div><div>     How relevant / current is this as a repository of 3rd party / user-contributed libraries / tools / applications ?</div><div>     Few of the libraries / applications seem to point to documentation on <a href="http://www.erlang.org">www.erlang.org</a> site. Does it mean that such libraries / applications / tools have already been rolled-into the official Erlang distribution ?</div>
<div><br></div><div>3. about Jungerl</div><div>     How relevant / current is this as a repository of 3rd party / user-contributed libraries / tools / applications ?</div><div>     Is this rolled-into CEAN in some way ?</div>
<div>     Few of the libraries / applications seem to point to documentation on <a href="http://www.erlang.org">www.erlang.org</a> site. Does it mean that such libraries / applications / tools have already been rolled-into the official Erlang distribution ?</div>
<div><br></div><div>thanks,</div><div>Icarus</div>