Uint64 vs int64 indexing performance difference

“i” will be typed as int64. However, you can use numba.uint64(i) to create a new variable from it that is unsigned.

2 Likes