Assembly Optimization Tips

This commit is contained in:
Morgan 2018-02-09 05:09:31 +01:00 committed by GitHub
parent 507abfb3cb
commit 5a4b8a4054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,6 +71,7 @@ I spend a lot of time on internet, losing myself in lot of topics. I choose GitH
* [Productivity](#productivity)
* [Programming](#programming)
* [API](#api)
* [Assembly](#assembly)
* [C/C++](#cc)
* [Clean code](#clean-code)
* [Conferences](#conferences)
@ -2578,6 +2579,9 @@ I spend a lot of time on internet, losing myself in lot of topics. I choose GitH
* [Brian Kelly](https://morethancoding.com/2012/10/24/the-web-apis-you-use-will-fail/) - (2012) The Web APIs You Use Will Fail
* [DZone](http://www.surveygizmo.com/s3/1883619/Developer-Personality-Test) - Developer Personality Test
## Assembly
* [Mark Larson](http://mark.masmcode.com/) - Assembly Optimization Tips
## C/C++
* [Mike Acton](https://www.slideshare.net/cellperformance/data-oriented-design-and-c) - (2014) [Slides] Data oriented design principles and c++
* [Angel 2D](https://github.com/angel2d/angel2d) - Angel 2D : A cross-platform 2D game prototyping framework based on OpenGL and C++. Looks dead...