Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaymody/matmul-cpu-cache

Demonstration of matrix multiplication being 10x faster when you make sure to access the array row-wise so that cpu cache hits are maximizes.
https://github.com/jaymody/matmul-cpu-cache

Last synced: 7 days ago
JSON representation

Demonstration of matrix multiplication being 10x faster when you make sure to access the array row-wise so that cpu cache hits are maximizes.

Awesome Lists containing this project