|
|
|
|
|
by yongjik
2155 days ago
|
|
Sure assembly is overkill for most tasks, but Python's performance is so poor that you can sometimes write a brute-force double loop on C++ and have it outperform anything in native Python. Sometimes raw performance does save developer time, because you don't have to worry that much about algorithm. :) |
|