http://qs1969.pair.com?node_id=11138713


in reply to Re^4: Anyone with XS experience willing to create a high performance data type for Perl?
in thread Anyone with XS experience willing to create a high performance data type for Perl?

:) OK, then, I guess I need to move my scale around. I could have said that 31 and 32 are different orders of magnitude (log of 31 is 1.49, log of 32 is 1.51).

Using this (corrected) scale, 33 and 2 are actually two orders of magnitude apart (log of 33 is 1.51, log of 2 is of course .30). Two orders does count as 'several' orders, but a 16x difference, while large, is not gigantic. A recent improvement at work sped a database operation up from 5-6 minutes to about 15-20 seconds -- about a 20x improvement. I was happy with that.

Alex / talexb / Toronto

Thanks PJ. We owe you so much. Groklaw -- RIP -- 2003 to 2013.

Replies are listed 'Best First'.
Re^6: Anyone with XS experience willing to create a high performance data type for Perl?
by jdporter (Paladin) on Nov 14, 2021 at 14:51 UTC
    I could have said that 31 and 32 are different orders of magnitude (log of 31 is 1.49, log of 32 is 1.51)

    That would mean you still weren't getting it. You have to round after doing the difference, not before.

    You could also think of it like this, which is mathematically equivalent: round( log10( X / Y ) ).

    I reckon we are the only monastery ever to have a dungeon staffed with 16,000 zombies.

      OK -- thank you, I get it now. I was looking at absolute orders of magnitude, when I should have been looking at relative orders of magnitude.

      Alex / talexb / Toronto

      Thanks PJ. We owe you so much. Groklaw -- RIP -- 2003 to 2013.

        I'm not sure it even makes sense to talk about absolute orders of magnitude. There is no origin on a logarithmic scale.

Re^6: Anyone with XS experience willing to create a high performance data type for Perl?
by LanX (Saint) on Nov 11, 2021 at 01:15 UTC
    FWIW the WP article only talks about truncating (int) not rounding the logarithm.

    But they also claim that Saturn with factor 95 has 2 magnitudes more mass than earth. 🤷🏻‍♂️

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery