Hacker News new | ask | show | jobs
by SPACECADET3D 765 days ago
I am using GMP indeed, through the Rust crate `rug`.
1 comments

Thanks 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!