rsokl / Learning_Python

Source material for Python Like You Mean it
https://www.pythonlikeyoumeanit.com/
Other
165 stars 54 forks source link

Add discussion of cache-efficiency to iteration order #108

Closed rsokl closed 3 years ago

rsokl commented 4 years ago

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

rsokl commented 3 years ago

This is redundant with #127