Added support for readonly fields in DWScript
Support for “readonly” class fields has been added to DWScript repository.
The syntax is similar to the one in Oxygene, with a qualifier following a field declaration: (more…)
Support for “readonly” class fields has been added to DWScript repository.
The syntax is similar to the one in Oxygene, with a qualifier following a field declaration: (more…)
SamplingProfiler 23.8.21 is now available. This version is all about cosmetic fixes:
Also the zip only includes the 64bit version now (which should work with 32bit executables).
A new SamplingProfiler v23.4.25 version is now available.
The main highlight of this release is support for HDPI displays, no more blurry text on that 4k monitor!
This is also the first version compiled with Delphi 11.3, which fixed several HDPI issues in the VCL that were holding back HDPI support.
Here I will share my current workflow for low-level optimization, which these days is basically a roundtrip between Delphi, SamplingProfiler, ChatGPT and Godbolt.
This can allow you to produce code that runs faster than any single C compiler, while staying with Delphi code. (more…)
FocusFusion 1.4.0 update is now available in the Windows Store. This version fixes two issues introduced with 1.3.7: the wavelet focus stacking being cropped too tight and small rendering artefacts.
There were also small performance improvements around memory management and caching for up to 10% faster fusion. This version also introduces the use of fused multiply-add CPU instructions (FMA) whenever available, but a the moment with zero improvements unless you have very, very fast main memory.