-
Content Count
73 -
Joined
-
Last visited
-
Days Won
2
chmichael last won the day on July 11 2019
chmichael had the most liked content!
Community Reputation
15 GoodRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
It's slow to me for the past couple days
-
UltraCode64 for Delphi (aka 64-bit FastCode)
chmichael replied to chmichael's topic in RTL and Delphi Object Pascal
Nothing can help with bad coding but you bypass compiler using optimized direct assembler routines -
UltraCode64 for Delphi (aka 64-bit FastCode)
chmichael replied to chmichael's topic in RTL and Delphi Object Pascal
Simple. We can't touch the compilers but we can impove everything else. Even free pascal has faster functions as @david bernedaposted. I remind you delphi is still using code from FastCode from the past. There routines 50% faster than the shipped ones (even basic most used routines) in Delphi so do you think that it won't improve your application perfomance ? -
UltraCode64 for Delphi (aka 64-bit FastCode)
chmichael replied to chmichael's topic in RTL and Delphi Object Pascal
It's community time Embarcadero will do it's own thing we do our thing. -
UltraCode64 for Delphi (aka 64-bit FastCode)
chmichael replied to chmichael's topic in RTL and Delphi Object Pascal
Indeed. Occupied with other things ... Hope you like what i am preparing as idea. -
UltraCode64 for Delphi (aka 64-bit FastCode)
chmichael replied to chmichael's topic in RTL and Delphi Object Pascal
Nice i'll include your functions. From your testing seems free pascal has faster functions than Delphi will have to check this -
UltraCode64 for Delphi (aka 64-bit FastCode)
chmichael replied to chmichael's topic in RTL and Delphi Object Pascal
I am finishing some other things within couple months and will work on it but it will be a better project. I'll post on this forum when something is ready. -
What new features would you like to see in Delphi 13?
chmichael replied to PeterPanettone's topic in Delphi IDE and APIs
CrossVCL should be awesome and Open Source RTL as C# has -
Worker thread queue performance
chmichael replied to snowdev's topic in Algorithms, Data Structures and Class Design
Why you don't use TMonitor ?- 30 replies
-
- multithreading
- queue
-
(and 5 more)
Tagged with:
-
1) It's better organized 2) It's all in one place (code/issues/discussions) Now if you don't want to enable it at least put a note that there is a "Indy delphipraxis forum" on the github so people don't open issues for questions.
-
Hello, Wouldn't be nice to enable Discussions on github for indy ? Thank you
-
Header Last Modifed to TDateTime
chmichael replied to chmichael's topic in ICS - Internet Component Suite
Why i missed that ? Thank you -
Hello, Is there any function to get the TDateTime from the header which is "last-modified: Sun, 29 Dec 2024 23:06:49 GMT" Thank you
-
ICS 9.3 SVN SMTP Attachment
chmichael replied to chmichael's topic in ICS - Internet Component Suite
It's fixed with ICS V9.4 - Part 6 -> Fixed bug introduced in V9.3 which corrupted the Content-Transfer-Encoding header line if not 7bit. -
ICS 9.3 SVN SMTP Attachment
chmichael replied to chmichael's topic in ICS - Internet Component Suite
I'll take a deeply look when i find some time