"RoS" <Ros@not.exist> a écrit dans le message de news:
vomei3h03qr3v4purfnu6fa2fi265u341o@4ax.com...
>
> the numbers for a computer are all little endian
>
> if i have to do in decimal
>
> 0 0 9+
> 0 0 1
> ---------
> 0 0 0 1
>
> you see the number grow in the right direction of memory
> (if you see a potiner to 0 0 0 1 memory)
>
> otherwise if the memory limit is found i know it
Little endian is definitely a more effective approach for computing variable
size bignums and bit arrays, etc. But it is less straight forward when it
comes to comparing these bignums ;-)
--
Chqrlie