Re: Pi program and hard disk usage
- From: mike3 <mike4ty4@xxxxxxxxx>
- Date: Fri, 28 Sep 2007 20:25:33 -0700
On Sep 28, 12:44 pm, user923005 <dcor...@xxxxxxxxx> wrote:
On Sep 27, 8:40 pm, mike3 <mike4...@xxxxxxxxx> wrote:<snip>
To minimize disk access, load only the pieces that actually
participate in a given phase of the multiplication into memory. So
you do not load either original number or any partial product into
memory as a complete number. Just load the hunks that directly
participate in the given phase of multiplication from the first number
and the second and only create partial product storage large enough to
hold the intermediate results.
Well I've done something that should take away
some of that disk access. However I've noticed
something else. It seems that sometimes when I
run the program it can go through a loop fairly
quickly, but then at other times it seems to pause
and take longer. What could be causing this,
anyway? Is there any way to mitigate it as it seems
to cause a large performance drop.
.
- Follow-Ups:
- Re: Pi program and hard disk usage
- From: mike3
- Re: Pi program and hard disk usage
- References:
- Pi program and hard disk usage
- From: mike3
- Re: Pi program and hard disk usage
- From: user923005
- Re: Pi program and hard disk usage
- From: mike3
- Re: Pi program and hard disk usage
- From: user923005
- Re: Pi program and hard disk usage
- From: mike3
- Re: Pi program and hard disk usage
- From: user923005
- Re: Pi program and hard disk usage
- From: mike3
- Re: Pi program and hard disk usage
- From: user923005
- Pi program and hard disk usage
- Prev by Date: icons for a function and procedure
- Next by Date: Re: program made in delphi
- Previous by thread: Re: Pi program and hard disk usage
- Next by thread: Re: Pi program and hard disk usage
- Index(es):
Relevant Pages
|