View Single Post
  #17  
Old 05-18-2005, 01:57 AM
Evil_Trunks Evil_Trunks is offline
Evil
Evil_Trunks's Avatar
Join Date: Dec 2004
Posts: 391
Evil_Trunks is on a distinguished road
Quote:
Originally Posted by Velox Cruentus
Of course -- Digits take a lot less space then letters. It's pretty much known. Take this for example:

(-- binary, 2 bytes in length --)
5 (5) = 0000 0101
A (65) = 0100 0001

Now... Which one do you think has the least data to support? Plus they have to mention that the latter binary is a string. More calculations to make... Funness.
I am saying that I think the engine internally converts a numeric array to a string list if you try to store characters in the array, causing a drastic speed reduction

Of course that is just my speculation, and only Stefan can really say (*nudge*)
__________________

Reply With Quote