rsokl/Learning_Python

Add discussion of cache-efficiency to iteration order

rsokl opened this issue · 1 comments

rsokl commented

E.g. you want to store a shape-(N, 100) array of N separate sequences of data, not shape-(100, N)

rsokl commented

This is redundant with #127