|
|
|
|
|
by adgjlsfhk1
1244 days ago
|
|
There's a reason Godbolt was made for C/C++ rather than python/R. In a fast language you need to know what the compiler is doing to know what's slow. In a slow language, the slow part is pretty much always just "code that does anything in the language". |
|