Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    10
    Views
    4,686

    Re: Few things with my Cardano triplet algorithm

    Having more threads than cores could cause excessive overhead switching between threads. One thread per core could be better.
    I don't know what HyperThreading means.

    Try some experiments and...
  2. Replies
    10
    Views
    4,686

    Re: Few things with my Cardano triplet algorithm

    Another minor point: Do these expressions one time at the a loop level, not inside the b loop
    aPlusOneSq = (a+1)*(a+1)
    aTimes8M1= 8*a-1 or a<<3 - 1
Results 1 to 2 of 2