|
|
|
|
|
by roop
4046 days ago
|
|
> ... we learn that debug builds are often 100 times slower
> than optimized builds (which themselves don't really
> rival C).
> Sorry, that's not the sign of a language that's
> "designed to be fast".
Doesn't this just mean the the language was "designed to be fast", but to be fast only in release mode, and not in debug mode as well? |
|