rprechelt / Vectorize.jl

Cross-platform vectorization of Julia code using Accelerate, VML, and Yeppp!
http://vectorizejl.readthedocs.io/en/latest/
Other
19 stars 7 forks source link

Benchmarking Charts + Plots #9

Closed rprechelt closed 7 years ago

rprechelt commented 8 years ago

The README could do with some charts and plots outlining the performance benefit provided by using these frameworks; this could be complemented by a table showing common performance increases for several different functions.

An interesting thing to include in the README or the docs would be an example program that was benchmarked with and without Vectorize.jl - this would be a real world test of the performance benefits on real programs.