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

https://github.com/felipeaz/performance-matrix-multiplication

Algorithm to calculate Matrix multiplication
https://github.com/felipeaz/performance-matrix-multiplication

big-o-notation challenge golang performance-analysis

Last synced: 6 months ago
JSON representation

Algorithm to calculate Matrix multiplication

Awesome Lists containing this project

README

          

# Performance Algorithm
Performance algorithm created to multiply 200 matrix of order 250.

The idea of this project is compare the execution time between two functions - one using
threads and read-write mutex and the other without parallel processing.