6 ms·
I am using GMP indeed, through the Rust crate `rug`.
by SPACECADET3D 2y ago
I am using GMP indeed, through the Rust crate `rug`.
- oxxoxoxooo 2y agoThanks for the reply! If you don't mind asking more: what do you use for polynomial GCD? Apparently it is quite fast, do you use some standard algorithm implemented well or is there some kind of algorithmic improvement? Is it described somewhere, say a paper or a book? Have you tried to benchmark it against NTL, for example? Thanks again!