Use of ArrayVec might be inefficient
Open
- Dominant language
- Rust
- Stars
- 7
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
`ArrayVec` tends to optimize relatively badly. I've used it to express the constraint "up to N memory regions", so we'd have to find a different way to express that.
Ideally the generated code shouldn't do more than just store any dynamic values and create a list of `Region`s.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.