Does anyone know actual use-case for integer nd-st...
# science
a
Does anyone know actual use-case for integer nd-structures?
k
I use them quite often in computer vision. One can think of a video as an ndarray of integer (pixel) values for example
a
OK, you are the second one to mention it. I will implement primitive optimization for them then
b
integer nd-arrays can also be used to select elements from other nd-arrays
a
This one does not require operations optimization, but I will keep it in mind