flintlib / flint

FLINT (Fast Library for Number Theory)
http://www.flintlib.org
GNU Lesser General Public License v3.0
401 stars 235 forks source link

Improve parallel Schönhage-Strassen multiplication #2026

Open fredrik-johansson opened 1 week ago

fredrik-johansson commented 1 week ago

As shown in https://inria.hal.science/hal-03541726 one can get better multithreaded performance out of the SS FFT than what we currently achieve.