Last time, we saw how those extra bits can be used to develop safe sentinel values .
That is a special case of a more general problem:
How do you pack 33 bits of information into
a 32-bit value?
Whereas last time, we weren't forced into the use of a sentinel
Read More...