in reply to Re^6: An array of boolean values in a bitfield
in thread An array of boolean values in a bitfield

Arrays with ord() are 5-10% faster ... at least on my (8 years) old machine.

IMHO doesn't worth it, but feel free to benchmark though! ;)

Cheers Rolf

UPDATE: I wonder if the inline cache of newer processors might boost the opcode execution.
  • Comment on Re^7: An array of boolean values in a bitfield