Performance in Delphi 7

0

I have a binary search function used on a system in Delphi 7.

When run within Delphi (which in theory would be the debug), its performance is 4x faster than compiled.

I've already unbuttoned the Debug Info options in the build, but the performance remains below what I've done within Delphi.

Why does this happen?

    
asked by anonymous 25.07.2018 / 14:58

0 answers