jorgepiloto / lamberthub

A set of Lambert's problem solvers
GNU General Public License v3.0
41 stars 5 forks source link

Accelerate code via Numba #18

Open jorgepiloto opened 3 years ago

jorgepiloto commented 3 years ago

💻 Feature request: Numba acceleration

What else can be said? At the moment, the package does not provide a Numba accelerated code because although useful, it can become tricky for particular type sets and a very quick development was required for version 0.1. Anyway, hope this to change in the next version, 0.2.

jorgepiloto commented 3 years ago

The Numba decorator @vectorize will probably speed up the plotters process and simplify a bunch of lines of code.

jorgepiloto commented 3 years ago

I got to busy implementing other solvers that I forgot about this. Postponing...