Efficiency of big return functions?

Jesper Louis Andersen jesper.louis.andersen@REDACTED
Sun Aug 30 12:56:31 CEST 2020


On Sat, Aug 29, 2020 at 11:38 PM Oliver Korpilla <oliver.korpilla@REDACTED>
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 :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20200830/ad1c358c/attachment.htm>


More information about the erlang-questions mailing list