rugheid / Swift-MathEagle

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.
MIT License
42 stars 6 forks source link

Add more benchmarks #1

Open anthonyclays opened 9 years ago

anthonyclays commented 9 years ago

Current benchmarks are not entirely representative of the performance, as simple vectorized computations are easily compiled to near-perfect machine code.

Some benchmark suggestions:

anthonyclays commented 9 years ago