I'm not trying to optimize the creation of the lookup table. The lookup table is used to (more quickly) count bits in the bit field. I don't use an array for that because then the lookups would have to call ord to get the index into the array.
In reply to Re^4: An array of boolean values in a bitfield
by kyle
in thread An array of boolean values in a bitfield
by kyle
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |