News Focus
News Focus
icon url

P2O I'm from MO

12/26/07 11:32 AM

#55137 RE: mmoy #55123

With the extra memory, the copy is instant.

The GUI seems instant, right? I'm assuming the file is not
completely written yet and any access to it will be delayed
until the write is complete. I'm thinking streaming
operations in a temp file during a coimpile/link operation.
The compile will happen faster only because more of the file
can be brought into memory first.

Regards.