Skip to content

Commit af0231c

Browse files
committed
ghatem: Delphi port of latest FPC implementation
1 parent 0b167d9 commit af0231c

File tree

4 files changed

+249
-148
lines changed

4 files changed

+249
-148
lines changed

entries/ghatem/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,10 @@ If there are any improvements to be done in this single-threaded version, they w
110110
- try improve the extraction of string data, maybe using pointers (6.5 sec / 23 sec)
111111
- try improve the type conversion, though not sure how at this point (4.5 sec / 23 sec)
112112
- somehow, incrementing an integer 1B times is taking 1.2 seconds, while incrementing the main input index (16B times) is only taking 0.5 second. It's just 1.2 seconds, but I'm not understanding why it should behave that way.
113+
114+
115+
# Delphi port of my FPC implementation, to try and compare performance issues on Craig Chapman's PC:
116+
117+
Somehow on Windows x64, Craig and Gus noticed very poor performance as compared to Gus' setup on Linux FPC.
118+
Is it a Windows vs Linux problem? or a Delphi vs FPC problem?
119+
After discussing the matter with Gus, here's a (as close as possible) port of my FPC code onto Delphi, so we can compare the generated exe out of both compilers.

0 commit comments

Comments
 (0)