@rl_dane @shaknais @nixCraft the size of bool is usually implementation-defined and a native "word-sized" one feels like it would be easier to deal with
@grishka @shaknais @nixCraft
Yes, it's classic optimize-for-speed-not-size. ;)
It's only a couple extra cycles to do the bitwise AND to unpack a packed bool array, but there are times where that would really count.
@grishka @shaknais @nixCraft
Yes, it's classic optimize-for-speed-not-size. ;)
It's only a couple extra cycles to do the bitwise AND to unpack a packed bool array, but there are times where that would really count.