In article <[email protected]>, Neil Hodgson <[email protected]> wrote: > Low-level string manipulation often deals with blocks larger than > an individual character for speed. Generally 32 or 64-bits at a time > using the CPU or 128 or 256 using the vector unit. Then there may be > entry/exit code to handle initial alignment to a block boundary and > dealing with a smaller than block-size tail.
Duff's Device! -- http://mail.python.org/mailman/listinfo/python-list
