A general math framework to make using math easy. Currently supports function solving and optimisation, matrix and vector algebra, complex numbers, big int, big frac, big rational, graphs and general handy extensions and functions.
Current benchmarks are not entirely representative of the performance, as simple vectorized computations are easily compiled to near-perfect machine code.
Some benchmark suggestions:
Linear algebra routines (SVD, matrix inverse, eigenvalues...)
Number theory functions (primality tests, integer factorization...)
Optimization (test using rosenbrock function, count the number of objective function calls)
Current benchmarks are not entirely representative of the performance, as simple vectorized computations are easily compiled to near-perfect machine code.
Some benchmark suggestions: