Browse Source
			
			
			
			
				
		Recent GMP multiplication routines (mpn_mul) are somewhat faster than CLN's. For huge operands, this is due to better tuned FFT. For medium-sized operands it's due to more algorithms (Toom 3-way.) For small operands, I couldn't find a difference. Let's just use mpn_mul if it's available. For huge binsplit sums, this can half the runtimes, on amd64.master
				 1 changed files with 9 additions and 8 deletions
			
			
		
					Loading…
					
					
				
		Reference in new issue