|
|
|
|
|
by kevingadd
486 days ago
|
|
Learning assembly is really valuable even if you never write any. Looking at the x64 or ARM64 assembly generated by i.e. the C or C# you write can help you understand its performance characteristics a lot better, and you can optimize based on that knowledge without having to drop down to a lower level. Of course, most applications probably never need optimization to that degree, so it's still kind of a niche skill. |
|