Hi @ziofil,
Numba’s typed.Dict requires that keys are all of the same type (Numba type that is) [docs]. Could you perhaps hash your sequence to create an int64 as the key and the just do all look-ups through that hash key generator?
typed.Dict
int64