Мой кандидат, C++ & gcc-15
import std;
int main() {
std::println("Hello World!");
}
$ time g++-15 \
-g3 \
-fsanitize=address \
-flto=1 \
-Wall \
-Wextra \
-Ofast \
-fanalyzer \
-std=c++26 \
-fmodules \
-fsearch-include-path bits/std.cc \
main.cc
real 0m27,911s
user 0m27,290s
sys 0m0,613s
$ cat /proc/cpuinfo | grep name
model name : Intel(R) Core(TM) i9-14900K