Speed up your IntraWeb applications by 10-20 percent. No programming required. Just add in a “magic” unit of Andreas Hausladen’s

Andreas has put quite some efforts into optimizing several VCL and RTL routines. He uses that code for example in his DelphiSpeedUp utility, which decreases Delphi’s start up time. The cool thing is that Andreas made all his optimizations available in a single Pascal unit.

You just need to add RtlVclOptimize.pas to your Delphi project file and it will replace many RTL/VCL routines with optimized ones. Andreas wrote some code which directly replaces the original routines, so there is no need to manually patch or replace any of the original units.

There are a lot of string relevant optimizations, so I tried that with IntraWeb (which does a lot of string manipulation for HTML rendering), and after a few tests I can say that the performance increases easily by 10-20%

Great job, Andreas!

blog comments powered by Disqus
CodeGear Technology Partner