U
Ulrich Sondermann
I am running a program that uses the BigInteger class and the modPow method
on a 100,000+ binary bits integer. The problem is that instead of allocating
memory and staying there, the operation seems to be using virtual memory
instread. My program is as slow as I/O, which really sucks for what is
supposed to be a CPU intensive operation. This happenning both on my iMac G5
and under Windows XP home. Is there any way to stop using virtual memory?
When the numbers are 50,000+ bits this problem goes away as only ram seems
to be used.
Thanx,
Ulie
on a 100,000+ binary bits integer. The problem is that instead of allocating
memory and staying there, the operation seems to be using virtual memory
instread. My program is as slow as I/O, which really sucks for what is
supposed to be a CPU intensive operation. This happenning both on my iMac G5
and under Windows XP home. Is there any way to stop using virtual memory?
When the numbers are 50,000+ bits this problem goes away as only ram seems
to be used.
Thanx,
Ulie