* Stephen Weeks: > Can't we do a single test against 128, use a table for 0..128, and > binary search above 128? It's probably better to use a two-level or three-level multi-way tree with shared internal nodes and leaves (to minimize cache misses for some scripts).