|
|
|
|
|
by DrJokepu
5351 days ago
|
|
And if you want to be super-super picky, int[256] on 32-bit or long[256] on 64-bit would be even faster. (Although I'm not sure if lookup would be faster at all than a few comparisons, considering caches and everything, but this is not my domain.) |
|