Self numbers: Difference between revisions

Content deleted Content added
Petelomax (talk | contribs)
m →‎generator dictionary: test - (am having a bad day here, sorry)
Petelomax (talk | contribs)
Line 608: Line 608:
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 low, around ~4MB.<br>
Memory use is pretty low, around ~4MB.<br>
[unlike the above, this is perfectly happy on both 32 and 64 bit]<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.