Hi, does some functionality to convert rt.Dataset into a numba jitclass already exist since it's very doable with the current jitclass implementation? This would clean up a lot of my numba code since we can then pass these numba classes (really structs here since we don't care about the methods) into jitted functions. Is there anything like this in riptable? Thanks!
Hi, does some functionality to convert rt.Dataset into a numba jitclass already exist since it's very doable with the current jitclass implementation? This would clean up a lot of my numba code since we can then pass these numba classes (really structs here since we don't care about the methods) into jitted functions. Is there anything like this in riptable? Thanks!