Self numbers: Difference between revisions

Content added Content deleted
Line 607: Line 607:
10,000,000th number, it is only having to juggle a mere 27 generators.
10,000,000th number, it is only having to juggle a mere 27 generators.
Just a shame that we had to push over 10,000,000 generators onto that stack, and tried to push quite a few more.
Just a shame that we had to push over 10,000,000 generators onto that stack, and tried to push quite a few more.
Memory use is pretty stable, around ~4MB.<br>
Memory use is pretty low, around ~4MB.<br>
Aside: the getd_index() check is often worth trying with phix dictionaries: if there is a high probability that
Aside: the getd_index() check is often worth trying with phix dictionaries: if there is a high probability that
the key already exists, it will yield a win, but with a low probability it will just be unhelpful overhead.
the key already exists, it will yield a win, but with a low probability it will just be unhelpful overhead.