Mentions légales du service

Skip to content

Add comment explaining extra GPU time after curves are done

Seth Troisi requested to merge explain_extra_gpu_time into master

After curves where complete ecm was taking another few seconds. I tracked it down to this.

turns out multiplying 14,000 4,000 bit numbers takes a while. This could be speed up if we changed the base from n to 2^ceil(log2(n)) and used shifts.

Merge request reports