Closed
Description
1.73
introduced a regression in compilation time when building the fundsp crate.
Previously, I could expect a clean build of the crate to take ~22s. Now, compilation hangs for several minutes, I haven't left it running longer than that.
I bisected to #114611, and 8378487 appears to be the commit that introduces the slowdown. Reverting the commit on the latest master brings fundsp
build times back to normal.