XE Versions of Delphi Speed Performance comparison

bowis99

Member
Joined
Oct 18, 2010
Messages
21
Reaction score
16
Does anyone has experience Speed Performance in "IDE speed" and "compiling" comparison of Delphi XE5 until XE10.1 ?
which one of them has lighter IDE (minimum memory) ?

thanks
 

cleao

New member
Joined
Apr 22, 2011
Messages
4
Reaction score
0
Does anyone has experience Speed Performance in "IDE speed" and "compiling" comparison of Delphi XE5 until XE10.1 ?
which one of them has lighter IDE (minimum memory) ?

thanks


It dependes of the code. XE5 was lighter, with the same code you have a decrease in speed since then, but can increase it, using alternative ways that where not provided in XE5 and can be more usefull
 

bowis99

Member
Joined
Oct 18, 2010
Messages
21
Reaction score
16
thank cleao.
yes, with assumption that the code are same for all Delphi version, like "Hello world" from samples.

Do you mean that older version are lighter in memory and processing compares to the new one?

It dependes of the code. XE5 was lighter, with the same code you have a decrease in speed since then, but can increase it, using alternative ways that where not provided in XE5 and can be more usefull
 

gevo

Member
Joined
Oct 15, 2007
Messages
10
Reaction score
0
What i can see in our projects, there are no speed issues between xe5 and xe10.
Size of the executable is wel groowing, same code with delphi 7 was 7 mb with xe10 is 16 mb :)
 

archinet

Member
Joined
Aug 23, 2004
Messages
6
Reaction score
0
"Hey guys, I've worked with XE2 and XE5, and in my experience, XE5 is a solid upgrade from XE2 in terms of performance. I've seen noticeable speed boosts, especially with large datasets. Anyone else notice the same?"
 

KyMyL9TiV

New member
Joined
Mar 31, 2018
Messages
2
Reaction score
0
"Hey guys, just wanted to chime in on this one. I've seen some benchmarks that suggest XE6 is actually the sweet spot for speed in Delphi, especially when it comes to compilation times. XE7 and XE8 were a bit of a regression for me in terms of performance."
 
Top