Test case name | Result |
---|---|
jStat | |
Numeric JS (uses LUsolve under the hood) | |
Numeric JS (LU Decomposed first) | |
math.js | |
math.js (LU Decomposed first) | |
Sparse - jStat | |
Sparse - Numeric JS (uses LUsolve under the hood) | |
Sparse - Numeric JS (LU Decomposed first) | |
Sparse - math.js | |
Sparse - math.js (LU Decomposed first) |
Test name | Executions per second |
---|---|
jStat | 1536220.2 Ops/sec |
Numeric JS (uses LUsolve under the hood) | 525145.6 Ops/sec |
Numeric JS (LU Decomposed first) | 764817.6 Ops/sec |
math.js | 278960.2 Ops/sec |
math.js (LU Decomposed first) | 504750.4 Ops/sec |
Sparse - jStat | 61697.1 Ops/sec |
Sparse - Numeric JS (uses LUsolve under the hood) | 42695.7 Ops/sec |
Sparse - Numeric JS (LU Decomposed first) | 116249.8 Ops/sec |
Sparse - math.js | 5882.6 Ops/sec |
Sparse - math.js (LU Decomposed first) | 484482.5 Ops/sec |