|
|
|
|
|
by nine_k
385 days ago
|
|
The main takeaway: doing more operations may be faster if they are largely independent, and thus can execute in parallel. Doing fewer operations may be slower if they are forced to execute serially due to data dependency. This idea has wider applicability than operations on long integers. |
|
With double the amount of additions this allows for log(bits) propagation time (versus linear)