zlacker

[parent] [thread] 0 comments
1. pjmlp+(OP)[view] [source] 2025-08-22 17:14:45
There is a way to make C++ beat Rust though.

Make use of binary libraries, export templates, incremental compilation and linking with multiple cores, and if using VC++ or clang vLatest, modules.

It still isn't Delphi fast, but becomes more manageable.

[go to top]