<div dir="ltr">Hi,<div><br></div><div>@Prakash Parmar, @Mikael Petterson<br>I don't understand<br>did you mean like these?<br><br><font face="courier new, monospace">something(A, B, C, D, E, ....... Param50) -></font></div><div><font face="courier new, monospace">  ok.</font></div><div><br></div><div>or</div><div><br></div><div><font face="courier new, monospace">something({abc}, {def}, {ghi}, ........ {param50} ) -></font></div><div><font face="courier new, monospace">  ok.</font></div><div><br></div><div>Please enlighten me</div><div><br></div><div>Thank you </div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Pada tanggal Rab, 15 Mei 2019 pukul 17.13 Mikael Pettersson <<a href="mailto:mikpelinux@gmail.com">mikpelinux@gmail.com</a>> menulis:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Wed, May 15, 2019 at 11:35 AM Prakash Parmar<br>
<<a href="mailto:prakash.parmar@outlook.com" target="_blank">prakash.parmar@outlook.com</a>> wrote:<br>
><br>
> Hello All,<br>
><br>
> We have a custom behavior based on gen_server with single callback function. After profiling the code we found that invoking a callback function is taking consider amount of time. The argument of callback is record of 50 elements. Did this huge record is a problem ?<br>
<br>
If this 50-element record is passed across process boundaries, then<br>
yes you may see some performance hit.  As long as the value is simply<br>
passed around in a single process it shouldn't cause any issue.<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div>