Currently everything is just passed in and out of functions but as features are added it may be useful to restructure the lib around a class with methods called on that class. It's really important to make sure that the numba compilation stuff works with this type of structure before going to far down this road. At least, a numba compiled function that is called by a method should work, but is a but ugly.
Currently everything is just passed in and out of functions but as features are added it may be useful to restructure the lib around a class with methods called on that class. It's really important to make sure that the numba compilation stuff works with this type of structure before going to far down this road. At least, a numba compiled function that is called by a method should work, but is a but ugly.