Re: request for 4.0
Kat wrote:
>
>
> Is it possible to add a keyword or three to augment the filesystem commands
> we already have? For instance, seek() accepts only maxint, which means i can
> seek only 1/4 the way into the file i have here. And from what i understand,
> passing a bigger value to seek() won't work. So how about seek_more() or
> seek_skip()
> or seek_large() to call code in the OS to manage the numbers over maxint, so
> Eu doesn't see them and roll them into floating points? That way, to seek 6
> gigabytes into a file, i can seek(4000000000) and then seek_large(2000000000).
>
> Kat
This may be doable, I need to look into it some more...
No promises though. You know how I am with projects and procrastination.
--
A complex system that works is invariably found to have evolved from a simple
system that works.
--John Gall's 15th law of Systemantics.
"Premature optimization is the root of all evil in programming."
--C.A.R. Hoare
j.
|
Not Categorized, Please Help
|
|