I'm trying to create an efficient look-up table in C. .... For example, if it's a unique value always between 0 and 255 inclusive, just use key % 256 ...
stackoverflow.com