Re: Where is stringbuilder?



J French wrote:
Move would probably not be much faster, as although it moves 4 byte
chunks IIRC it assumes that the start position is on a 4 byte boundary

Also it uses : REP MOVSD
- which is a lot more elegant, but very slow

The Move procedure doesn't assume any alignment. At least, I can't find any alignment requirements in the MOVSD documentation.

--
Rob
.