rotate-me-fast/README.md

12 lines
686 B
Markdown
Raw Permalink Normal View History

2014-07-07 19:46:41 +02:00
# RotateMeFast
This project aims to rotate bitmap images very quickly (around a millisecond).
## Links
* [What Every Programmer Should Know About Memory](http://www.akkadia.org/drepper/cpumemory.pdf)
* [Best Practices for Using vImage](https://developer.apple.com/library/ios/documentation/Performance/Conceptual/vImage/BestPractices/BestPractices.html)
* [vImageRotate_ARGB8888](https://developer.apple.com/library/mac/documentation/Performance/Reference/vImage_geometric/Reference/reference.html#//apple_ref/c/func/vImageRotate_ARGB8888)
* [Vectorising code to take advantage of modern CPUs](http://www.walkingrandomly.com/?p=3378)
* http://locklessinc.com/articles/vectorize/