PokemonRedExperiments icon indicating copy to clipboard operation
PokemonRedExperiments copied to clipboard

[SUGGESTION]Use numba to visualize heavy numpy programs

Open dukemagus opened this issue 8 months ago • 0 comments

https://numba.pydata.org https://numba.pydata.org/numba-doc/dev/reference/numpysupported.html

Numba is a JIT compiler made to handle mathematical and statistical tasks faster. If you're examining data after the run, it could crunch numbers faster than running numpy through regular CPython. could serve as a bandaid for the performance issue mentioned in #79

No idea if it could help any kind of live visualization, since you'll still need to run the same methods every frame

dukemagus avatar Oct 19 '23 15:10 dukemagus