Re: Efficiency of big return functions?
Jesper Louis Andersen <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAGrdgiUqLhLZsNtFkCLd7OuCs3mkE99wsttrBF71=ifKy44-LA@mail.gmail.com> |
On Sat, Aug 29, 2020 at 11:38 PM Oliver Korpilla <[email protected]> wrote: > If I understand you right, my generated code has probably no performance > advantage over persistent_term? Shame... It was fun to write, though... > > 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 :)