Post
Topic
Board Altcoin Discussion
Re: [XPM] Primecoin Built-in Miner Sieve Performance Issue
by
AgentME
on 13/07/2013, 00:00:09 UTC
I don't call the Weave() function over and over and over like Sunny King's.  I call it once and then have a for loop inside the function, to eliminate the overhead of continuous function calls
A little refactoring shouldn't stop a counter from being used instead of a timer.