Forum Discussion
ctz69
Oct 14, 2022Copper Contributor
Terrible recalculation speed on Ryzen processor
Something has happened recently to my copy of Excel 2021. Perhaps it is an update, I'm not sure. My large spreadsheet model now takes 40 seconds to recalculate on my Ryzen 7 3700x, a 16 thread CPU....
JKPieterse
Oct 16, 2022Silver Contributor
I've reported this to the Excel team.
fastexcel
Oct 17, 2022Brass Contributor
Multi-threaded recalc occurs in 2 steps.
Step 1 works out how to allocate the calc between threads
Step 2 then actually does the calc.
Usually the results of previous Step 1 optimisations are used as a starting point for subsequent recalcs so the time taken to do step 1 diminishes on subsequent recalcs.
Difficult to make any sensible comments without looking at the actual workbook (would be happy to do that if possible)
Charles Williams