A fast character classifier that uses a compact array for ASCII values.
Maintain a compact (fully initialized ASCII map for quickly classifying ASCII characters - used more often in code).
The entire map (sparse array).
A fast character classifier that uses a compact array for ASCII values.