<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><span style="font-family:Arial,Helvetica,sans-serif">On Sat, Aug 29, 2020 at 11:38 PM Oliver Korpilla <<a href="mailto:oliver.korpilla@gmx.de">oliver.korpilla@gmx.de</a>> wrote:</span><br></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">If I understand you right, my generated code has probably no performance<br>
advantage over persistent_term? Shame... It was fun to write, though...<br>
<br></blockquote><div><br></div><div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">The advantage of persistent_term is that you can do turing complete computation and then stuff a term into the persistent store. It is a bit more convenient than building a module and then compiling it. Alas, you don't get the fun of writing said module though :)</div><br></div></div></div>