copl / mpc_lp_julia

Example Mehrotra Predictor corrector in Julia
0 stars 0 forks source link

Performance profiling of the code #40

Open ohinder opened 9 years ago

ohinder commented 9 years ago

The julia code is very slow at the moment (particularly compared with the previous version). This is probably due to poor memory allocation. It would be nice to make the code faster, so we do not have to wait so long for it to solve.

ohinder commented 9 years ago

Obviously there is no need to make the code super fast ... but i am sure we can get a big speed up with very little effort.