Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 3 days 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.