💻 Software
Why is building a solution slower on a Core i7 than on a Core i3 processor?
Fresh5 days ago
Mar 15, 20261906 viewsConfidence Score0%
0%
Problem
Background: We have a C# solution with 49 projects and it uses VS2005 SP1 (didn't upgrade to higher version due to old version of Syncfusion 4.x lib). The project uses Ant with ISharpCode zip library for packing components and much of the build time is used here. I usually built it in my office PC …
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Why is building a solution slower on a Core i7 than on a Core i3 processor?
Low Risk
Laptop hard drives tend to be slower than desktop hard drives. Compiling is disk intensive. Because VS2005 has no support for parallel compiles within a project, you're only compiling on one core. Per core, the 2630QM is only about 11% faster than t…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix