<div dir="ltr">On Fri, Aug 29, 2008 at 2:08 PM, Dimitry Golubovsky <span dir="ltr"><<a href="mailto:golubovsky@gmail.com">golubovsky@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>This is basically the same "large indexable structure" I asked couple<br>
days ago about (how to get the most efficient indexed access).<br>
<br>
If compilation of such a large tuple fails, what is the other way to<br>
build such a structure into a program (other than reading it from an<br>
external file)?<br>
</blockquote><div><br>Either add the following line to your module<br><br>-compile(inline).<br><br>(inlining is not default in the Erlang compiler or manually inline all of the prop() functions into char_block(). Either way,<br>
the tuple will become a literal tuple, which the compiler will not have any problem with.<br><br>/Bjorn<br></div></div>-- <br>Björn Gustavsson, Erlang/OTP, Ericsson AB<br>
</div>