a2z - 2005-10-29

Anthony,

Here is some test I did with FastMM4 memory manager and FastObj pool manager. For smaller files, the speed increase is more than 35%. Might be useful to compile the downloadable exes.

============================================================
Formatting file XDOM_3_1.pas
============================================================
FileSize: 1,008 kB

jcfGui.exe
------------------------
Run took 13.953 seconds
Run took 13.718 seconds
Run took 13.860 seconds
Average: 13.796

jcfGui.exe + FastMM4 + FastObj
------------------------
Run took 10.313 seconds
Run took 10.265 seconds
Run took 10.266 seconds
Average: 10.281

Result: [jcfGui.exe + FastMM4 + FastObj] is 25% faster.

============================================================
Formatting file OpWrd2K.pas (From TurboPower Office Partner)
============================================================
FileSize: 994 kB

jcfGui.exe
------------------------
Run took 11.578 seconds
Run took 11.093 seconds
Run took 10.266 seconds
Average: 10.979 seconds

jcfGui.exe + FastMM4
------------------------
Run took 7.687 seconds
Run took 7.515 seconds
Run took 7.562 seconds
Average: 7.588 seconds

jcfGui.exe + FastMM4 + FastObj
------------------------
Run took 7.093 seconds
Run took 7.078 seconds
Run took 7.094 seconds
Average: 7.088 seconds

Result: [jcfGui.exe + FastMM4 + FastObj] is 35% faster.

Cheers,
Adem