Re: File size limit
- Posted by Matt Lewis <matthewwalkerlewis at gma?l?com> Jun 11, 2008
- 734 views
Kat wrote: > > But i thought Eu's switch from integer to floating point atoms caused a > drop in the number of decimal digits at the same count as the integer > type would go screwy. No? Seems you are saying no. Yes? No, it's much higher than that. Euphoria atoms are either 31-bit signed integers or double floating point numbers, so there's a lot more room in an atom for full precision. If you start using fractions, then some of that precision will be used there, and you won't be able to go as high. > So all we need is the wrapping of the 64bit file calls in winxp/vista/nix api? Yes. And I think (according to the code I've seen, but I haven't actually tested) it's all in there right now. Matt