Category: delphi
Delphi 7 is the best Win32 RAD (Rapid Application Development) Tool ever! It is fast, small, stable and it produces highly efficient native code. Look, the IDE uses little …
Parallel.For is a feature introduced in Delphi’s Parallel Programming Library (PPL) that allows developers to execute loops concurrently across multiple CPU cores, significantly improving performance for computationally intensive tasks. …
A Hash function returns a 32-bit (or sometimes 64-bit) integers for any given length of data. The function has to be as fast as possible and the collision should …
Delphi is now owned by Embarcadero. It is not dead yet and quite active: they have 3 releases this year. The last release was at 1/June which is XE8 …
The FixInsight, as described in this article as well, is a delphi static code analyser that will find code violations in the project without compiling it. It enhances the …