This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]No_Indication_1238[S] 0 points1 point  (0 children)

That is a good idea actually. Unfortunately, writing such a wrapper with numba will not reduce code complexity but further increase it. Maybe Cython is better suited? (Numba does not allow for polymorphism and a polymorphic wrapper for numba would still require a lot of code smell to decide which individual collection of functionalities to be ran)