bitshifter / mathbench-rs

Comparing performance of Rust math libraries for common 3D game and graphics tasks
Other
197 stars 16 forks source link

Add a bench result to README #5

Closed polarathene closed 5 years ago

polarathene commented 5 years ago

While you should ideally run the bench on your(or intended) system to see the results, would it still be helpful to have a table of results in the README(or linked from the README)? It would provide some quick/rough insight in what can be expected from the different crates(note the date of the bench and versions of the crates).

bitshifter commented 5 years ago

Sure, I have such a table here https://bitshifter.github.io/2019/07/10/introducing-glam-and-mathbench/ but will put a copy in the README.

bitshifter commented 5 years ago

Done