cpp 在线反编译

描述:Compiler Explorer is an interactive online compiler which shows the assembly output of compiled C++, Rust, Go (and many more) code.

地址:https://godbolt.org/

性能压测对比

描述:Quickly benchmark C++ runtimes

地址:https://quick-bench.com/

编译时间对比

描述:Compare build times of C++ code

地址:https://www.build-bench.com/

语法糖展开

描述:C++ Insights - See your source code with the eyes of a compiler.

地址:https://cppinsights.io/

tiankonguse +
穿越