Re: To Robert: Memory problems
----- Original Message -----
From: "Darth Maul, aka Matt" <uglyfish87 at HOTMAIL.COM>
To: <EUPHORIA at LISTSERV.MUOHIO.EDU>
Sent: Saturday, April 22, 2000 1:41 PM
Subject: Re: To Robert: Memory problems
> actually, my prog just slurps up an 878K file and XORs it. no puts's
> involved
I used puts as an example. *every* word must be interpreted, there is no
*3byte* cpu command to xor anything. You still didn't say how much memory
your puter has. For a 878K file, Eu would need a little over 3.5Megs to
store it in memory as a sequence, much less if you use a peek/poke scheme.
If you read/write a byte at a time, you could do the whole file without
loading it into memory, but that will *really* be slow.
Kat
|
Not Categorized, Please Help
|
|