in reply to Re^3: Label makes a sub to return empty list -- "secret"? documented?
in thread Label makes a sub to return empty list -- "secret"? documented?

27367269 calls/s = 0.365 ns/call

I think your numbers are a couple of orders of magnitude out. By my maths 1 / 27367269 = 0.0000000365, so that's 36.5ns per call.

Even so, your point is valid. It is only in extreme cases where any of this is really worth worrying about.


🦛

  • Comment on Re^4: Label makes a sub to return empty list -- "secret"? documented?

Replies are listed 'Best First'.
Re^5: Label makes a sub to return empty list -- "secret"? documented?
by ikegami (Patriarch) on Sep 13, 2025 at 14:48 UTC

    The numbers seemed absurd, but I was too tired to register I needed to redo the math. I had moved a decimal point in the wrong direction. Fixed.