Closed prismofeverything closed 5 years ago
I saw something similar, yet overall runtime is still lower without jit
ing anything.... which is weird. Might try cython next, or I might just write this in C.
I saw something similar, yet overall runtime is still lower without jiting anything.... which is weird. Might try cython next, or I might just write this in C.
That's odd. I was getting 3x speed-ups when JIT'ing those two functions.
Alright I'll try it with the full sim and see what happens.
This will be helpful. Incidentally I played with Numba a bit and got mixed results. I think we can start JIT'ing
choose
andpropensity
butstep
andevolve
pose a number of issues