
July 7, 2010
10:56 a.m.
On Wed, 07 Jul 2010 11:13:09 +0200 "M.-A. Lemburg" <mal@egenix.com> wrote:
And finally: RAM is cheap and today's CPUs work better with 16- or 32-bit values than 8-bit characters.
The latter is wrong. There is no cost in accessing bytes rather than words on modern CPUs. (actually, bytes are cheaper overall since they cost less cache) Regards Antoine.