gameduell / simcompyl

SimComPyl -- Run simulations - composable, compiled and pure python
MIT License
2 stars 0 forks source link

Speed evaulation & compare to Fortran/cpp solutions #4

Open wabu opened 5 years ago

wabu commented 5 years ago

As we general gain on flexibility, debugability and explainability compared to fortran/c++ solutions, it would be good to know how much speed offer for this.

For this, we should first look at good fortran/cpp solution of e.g. a Random Walk and what exactly they do implement, fix different size and other constrains for the simulation (different hardware, too) before we measure both solutions.

Furthermore, configuring a GPU-executer for speed-comparison would be nice to have.

wabu commented 4 years ago

perhaps use problem 280 of Project Euler? https://projecteuler.net/problem=280