Commit 2024-04-15 06:46 038cb584
View on Github →refactor(SpecialFunctions/Gaussian): shorten long pole (#12104)
This splits up Analysis/SpecialFunctions/Gaussian.lean
into three pieces, with the heaviest imports only needed in the later chunks. As only the first chunk is needed for many applications, including those on the critical path towards NumberTheory/Cyclotomic/PID.lean
, this should improve overall build parallelism and shorten mathlib's overall compilation time.