OptiVec for BC++ is a powerful software library containing over 3500 optimized vector and matrix functions, including math, statistics, analysis, FFT, matrix inversion, decomposition, and curve-fitting. Using OptiVec can result in 2-3 times faster performance compared to compiled C/C++ code.

The vectorized implementation in machine code offers an impressive speed advantage, with OptiVec functions being 2-3 times faster on average than compiled source code of the same functionality. Furthermore, the numerical accuracy in many cases is improved as well.
OptiVec's object-oriented interface, known as "VecObj", simplifies function calls and increases memory safety, making it easier and safer to use. This version of OptiVec is designed specifically for the Borland and Embarcadero C++ compilers, including RAD Studio, C++ Builder, and BC++.
Overall, OptiVec is a comprehensive software package that offers a wide range of functionalities across various fields. Its impressive performance and easy-to-use interface make it a valuable tool for anyone working with floating-point and integer data types in C++.
Version 8.0.1:
Compatibility with latest compiler versions up to C++ Builder 10.4 Sydney.
Many new functions.
Quality enhancements.