Skip to content

Commit

Permalink
Benchmark 3x3 matrices. Fixes #5.
Browse files Browse the repository at this point in the history
  • Loading branch information
versilov committed May 31, 2018
1 parent 78cc420 commit 26d3eb7
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Expand Up @@ -48,7 +48,7 @@ Slaughter of the innocents, actually.

2015 MacBook Pro, 2.2 GHz Core i7, 16 GB RAM

Dot product of 500x500 matrices
Dot product of 500×500 matrices

| Library | Ops/sec | Compared to Matrex |
| ------------ | -------- | ------------------- |
Expand All @@ -58,6 +58,17 @@ Dot product of 500x500 matrices
| ExMatrix | 0.0129 | 52 327.40× slower |


Dot product of 3×3 matrices


| Library | Ops/sec | Compared to Matrex |
| ------------ | -------- | ------------------- |
| Matrex | 3624.36 K| |
| GraphMath | 1310.16 K| 2.77x slower
| Matrix | 372.58 K| 9.73x slower
| Numexy | 89.72 K| 40.40x slower
| ExMatrix | 35.76 K| 101.35x slower

Transposing 1000x1000 matrix

| Library | Ops/sec | Compared to Matrex |
Expand Down

0 comments on commit 26d3eb7

Please sign in to comment.