[MLton] Unicode / WideChar

Florian Weimer fw@deneb.enyo.de
Mon, 21 Nov 2005 08:26:33 +0100


* 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).