-
Notifications
You must be signed in to change notification settings - Fork 81
Description
Hi,
Nice work! Having done some stuff before with larger-than-memory matrix multiplications, this looks great. This blog was very interesting and I wonder how it would look with spans instead.
Just a suggestion, as the tutorial mentions that more will be added at some point in the future. I think the present example could be distilled a bit and have more of a sort of "just show me the code" style to start with. All good stuff, but right now I'm a bit tired and it contains more info than I probably need just to know the basic operations and become familiar with how to use it. So whenever that point comes around, personally I think some of what's there, such as layout customisation, could be moved into a "part 2", with "part 1" just being explanation of the extents type, indexing, maybe generating a subrange for a slice, static/dynamic extents, etc.
Just my view though (genuinely, no pun originally intended).
Thanks!