Hi,I’m new to numba.
I wonder how do I use tuples of different length as values in a numba dict.
You can’t (as far as I know) because the tuple length is part of the type.
Would a numpy array, typed list, or tuple-of-maximum-length work for you?
1 Like