Need help to choose best computer for compile time

Hello, I want to build a computer to reduce the compile time to the minimum possible.

No matter what I do on my current computer, it does not fall below 10 seconds. I used Microsoft Dev Disk, my project is divided into different assembly lines, serializable classes are used minimally. Despite this, it is not possible for me to fall below 10 seconds with my i5 11400f processor and 16gb ram.

I just want to build a computer for a lower compile time. What kind of computer should I build, what features should I pay attention to when buying? What are the most important components that affect the compile time?

My max budget is 2k dollars (i dont need gpu since it doesnt affect compile times as i know)

I prefer Windows, but if a Mac will be faster, I can also buy a Mac.

Also, if someone has similar experiences about how much my compile time will decrease after buying a computer, I would be very happy if they could share. After all, paying that much money to decrease from 10 seconds to 8 seconds wouldnt be worth

Please post all hardware purchase/recommendation questions in this thread.

Do note that the situation is highly dependent on the project itself, the installed assets and packages along with your own code. The use of Asmdefs isn’t necessarily beneficial for performance depending on how the scripts are divided, which script you modify, and also how many Asmdefs you have.

You should try measure the script change time with an empty project to get a baseline that others can relate to.

Oh I hadn’t seen that topic, they already shared the answers to my questions, thank you.