Dew Lab Studio 2026 for Delphi and C++Builder
We are happy to announce the release of Dew Lab Studio 2026 for Delphi and C++Builder. This release is special, because it can easily qualify as the biggest feature improvement in the last decade and yes this was facilitated by the rise in the AI tool capabilities. It is the first time perhaps in history, that Delphi now has a IEEE 754-2008 compliant scalar math library for Win32 and Win64, which is not only as accurate as the silicon allows, but is also faster than the best C/C++ runtime libraries available today. It is not by much (+20%), but this also means, that we have a solid match at least. Comparatively, the functions like, sin, cos, exp, ln, are about 2x faster than latest version of .NET runtime and roughly 7x faster than those shipped with Delphi. The vectorized versions still maintain an advantage (5x), but the wolrd truly changes for all those algorithms that were also running in Delphi but could not be vectorized. The combined side effects are hard to over-estimate:
- MtxVec Expression parser, which was already very fast for formula evaluator and scripting engine gets an additional boost.
- MtxVec Core Math library, which runs without dependancy on external dlls profits the most with all key features being 2-3x faster.
- Both add-on products for MtxVec, the signal processing library (DSP Master) and the statistical library (Stats Master) benefit proportionally.
- Delphi developers working in sicence in engineering finally got a scalar math library that achieves parity and in some cases exceeds the numerical accuracy thus far available only to C/C++/Python/Matlab/Mathemathica and the likes.
- Created on .


