Improved modular composition below n^{1.5}
Determine whether there exists an algorithm for modular composition—given polynomials f(x), g(x), h(x) over a commutative ring with h monic, compute f(g) mod h—that achieves strictly better asymptotic complexity than Brent and Kung’s algorithm and, in particular, runs in o(n^{1.5}) arithmetic operations for degree bound n.
References
Based on this, B\"urgisser, Clausen and Shokrollahi open problem 2.4 and von zur Gathen and Gerhard research problem 12.19 asked the following question: Is there an algorithm that computes modular composition better than Brent and Kung's approach, or even better than O(n{1.5})?
— Power Series Composition in Near-Linear Time
(2404.05177 - Kinoshita et al., 8 Apr 2024) in Related Work, Modular Composition subsection; Question 1