Self numbers: Difference between revisions

m
Line 606:
While this is dog-slow (see shocking estimate below), it is interesting to note that even by the time it generates the
10,000,000th number, it is only having to juggle a mere 27 generators.
Just a shame that we had to push over 110,000,000 generators onto that stack, and tried to push quite a few more.
Memory use is pretty stable, around a paltry ~4MB.<br>
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.
7,820

edits