helium / helium/cortex-mpu

Use of ArrayVec might be inefficient

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.