From 26d3eb77d87fb6b641024d821b85657f14367612 Mon Sep 17 00:00:00 2001 From: Stas Versilov Date: Thu, 31 May 2018 14:24:49 +0400 Subject: [PATCH] Benchmark 3x3 matrices. Fixes #5. --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b601ec..4513c98 100644 --- a/README.md +++ b/README.md @@ -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 | | ------------ | -------- | ------------------- | @@ -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 |