asc-community / asc-community/GenericTensor
`Iterate` to return state machine object
Open
proposal
- Dominant language
- C#
- Stars
- 52
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
It currently returns `IEnumerable`, which has a virtual call. We can make it much faster by writing a value type state machine (`foreach` does not force `IEnumerable`).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.